#countdown_dashboard {
	height: 50px;
	width: 200px;
	margin: 5px auto;
	font-family: Arial;
}

#countdown_dashboard-footer {
	height: 50px;
	width: 200px;
	margin: 5px auto;
	font-family: Arial;
}	

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

.dash .digit {
font-size: 32px;
font-weight: bold;
float: left;
text-align: center;
color: #000;
position: relative;
margin: 6px 0px 0px 10px;}

.dash_title {
	position: absolute;
	display: block;
bottom: -12px;
right: 26px;
font-size: 10px;
color: #fff;
	text-transform: uppercase;}

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
}