#container {
	float: right;
  width: 235px;
	color: #555;
  background: transparent;
}

#countdown_dashboard {
	height: 50px;
}

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

.dash .digit {
	font-size: 15pt;
	font-weight: bold;
	float: left;
	width: 20px;
	text-align: center;
	font-family:  Arial, Helvetica, sans-serif;
  color: #555;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 1px;
  font-size: 5pt;
  font-weight: bold;
	font-family:  Arial, Helvetica, sans-serif;
	color: #bc0303;
	text-transform: uppercase;
	letter-spacing: 1px;
}
