/* style the countdown */
.timecount{
	background: #6d0404 url("./images/sch011.gif") repeat;
	min-height:32px;
	color:#fafafa;
	font-size:18px;
	line-height:28px;
	text-align:center;
	margin-top:4px;
	border-radius:7px;
}

span.cd-time{
	color:#cbbd99;
}