.countbox {
	position: relative;
	left: -5px;
	top: 15px;
	width: 220px;
	height: 103px;
	background-image: url("brojac.gif");
}
.countbox .box1, .countbox .box2, .countbox .box3, .countbox .box4 {
	float: left;
	position: absolute;
	top: 39px;
	width: 40px;
	height: 40px;
	text-align: center;
}
.countbox .box1 {
	left: 26px;	
}
.countbox .box2 {
	left: 70px;	
}
.countbox .box3 {
	left: 114px;	
}
.countbox .box4 {
	left: 156px;	
}
.countbox .natpis {
	font-size: 7pt;
	font-weight: bold;
	font-family: verdana, sans-serif;
	color: white;
}
.countbox .broj {
	font-size: 16pt;
	font-weight: bold;
	font-family: cambria, serif;
	color: #ed1c24;
}