#countdown_dashboard {
	height: 110px;
	margin-left: 150px;
}

.dash {
	width: 60px;
	height: 40px;
	background: transparent url('../img/lwtcountdown/dash55.png') 0 0
		no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

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

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	left: 2px;
	font-size: 7pt;
	color: #555;
	text-transform: uppercase;
	font-size: 7pt;
	/*letter-spacing: 2px;*/
}
