



#countdown_dashboard {
	height: 70px;
	background:transparent url("../images/bg_countdown.png") no-repeat scroll 0 0;
	
   
    padding-left: 7px;
    padding-top: 8px;
    width: 301px;
}

.dash {
	width: 57px;
	height: 52px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left:3px;
	position: relative;
}

.dash .digit {
	color: #fff;
    float: left;
    font-family: Times;
    font-size: 13pt;
	font-weight:bold;
    
    padding: 1px 0 0 3px;
    position: relative;
    text-align: center;
    top: 6px;
    width: 14px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 5px;
	
	font-size: 10pt;
	color: #fff;
	
	font-family:Arial, Helvetica, sans-serif;
	

}






.faded {
	color: #999;
}



#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}