#countdown_dashboard {
	height: 110px;
	margin: 0 auto;
	width: 720px;
}

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

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

.dash_title {
	position: relative;
	display: block;
	bottom: -2px;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
	z-index: 2;
	background-color: #FFFFFF;
	border: 1px solid #666666;
	width: 110px;
}
