#countdown_dashboard {
margin-top: 0px;
}

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

.dash .digit {
        line-height:1.0em;
font-size: 55pt;
        margin-top: 15px;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font-family: Arial;
	color: #555;
	position: relative;
}

