

#countdown_dashboard {
	height: 110px;
}

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

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

.digit{
    margin-top: 5px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 0.8em;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 2px;
}


.faded {
	color: #999;
}

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