
#countdown_dashboard {

  margin-left:-20px;
	height: 90px;
	width:300px;

	
	
}

.dash {
	width: 41px;
	height: 50px;
	background: transparent url('images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 15px;
	margin-top:5px;
	
	position: relative;
}

.dash .digit {
    line-height:33px;
	font-size: 20pt;
	font-weight: bold;
	float: left;
	width: 20px;
	text-align: center;
	font-family: Times;
	color: #555;

	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 3px;
	text-align:center;
	font-size: 6pt;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#dashName{
    font-size: 11pt;
    font-weight:bold;
  color: #000;
  text-align:center;
}

