/* CSS Document */

#cfObjcountdownBlock {
	width: 266px;
	height: 101px;
	background: url(../images/countdown_clock.jpg) no-repeat top;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	margin: 10px auto 0 auto;
}

#cfObjcountdownBlock #cfObjdaysSpan {
	position: absolute;
	top: 40px;
	left: 40px;
	width: 68px;
	height: 32px;
	text-align: center;
}

#cfObjcountdownBlock #cfObjhoursSpan {
	position: absolute;
	top: 40px;
	left: 119px;
	width: 45px;
	height: 32px;
	text-align: center;
}

#cfObjcountdownBlock #cfObjminutesSpan {
	position: absolute;
	top: 40px;
	left: 173px;
	width: 45px;
	height: 32px;
	text-align: center;
}


