
#countdown_dashboard {

}

.dash {
	width: 41px;
	height: 35px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 10px;
	position: relative;
}

.dash .digit {
	font-size: 15pt;
	font-weight: bold;
	float: left;
	width: 20px;
	text-align: center;
	font-family: Verdana;
	color: #555;
	position: relative;
	margin-top:6px;
	text-shadow:none;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 6pt;
	text-transform: uppercase;
	letter-spacing: 2px;
	top:34px;
	text-shadow:none;
}



#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}