

#countdown_dashboard {
	height: 50px;
}

.dash {
	width: 50px;
	height: 46px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 8px;
	position: relative;
	z-index:9999;
}

.dash .digit {
	font-size: 15pt;
	font-weight: bold;
	float: left;
	width: 17px;
	text-align: center;
	font-family: Times;
	margin-left:1px;
	color: #9CCE19;
	height:340px;
	position: relative;
	z-index:10000;
	margin-top:9px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	font-size: 8pt;
	color: #999999;
	margin-left:1px;
}


#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}