#countdown_dashboard {
	height: 110px;
    float: right;
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 25px 0px;   
}

#countdown_dashboard .header {
  	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
    position: relative;
    left: 45px;
}


.dash {
	width: 110px;
    width: 80px;
	height: 114px;
	background: transparent url('/images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

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

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

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



.faded {
	color: #999;
}