#countdown_box {
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;	
	background: url(../images/countdown_back.jpg) repeat-x #edd88c;
	height: 56px;
	padding: 0 0 20px 0;
	width: 530px;
	margin: -35px auto 0;
}

#countdown_header {
	float: left;
	width: 215px;
	margin: 25px 0 0 5px;
}


#countdown_dashboard {
	height: 50px;
	float: left;
	width: 285px;
	margin: 10px 0 0 25px;
}

.dash {
	width: 70px;
	height: 50px;
	float: left;
	position: relative;
	letter-spacing: normal;
}

.dash .digit {
	font-size: 2.5em;
	font-weight: bold;
	float: left;
	width: 20px;
	text-align: center;
	font-family: Times;
	color: #211e14;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 0;
	font-size: .8em;
	color: #211e14;
	text-align: center;
	text-transform: uppercase;
}

.seconds {
	margin: 0 0 0 5px;
}

.hours {
	margin: 0 0 0 -5px;
}
