

#countdown_dashboard {
	height: 40px;
	margin-top:0px;
	float:left;
}

.dash {
	width: 80px;
	height: 60px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 1px;
	position: relative;
}

.dash .digit {
	font-size: 30pt;
	font-weight: bold;
	float: left;
	width: 35px;
	text-align: center;
	font-family: Times;
	color: red;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: -20px;
	right: 8px;
	font-size: 9pt;
	color: red;
	text-transform: uppercase;
	letter-spacing: 2px;
}

