﻿html, body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
}


#container {
	margin: 1px auto;
	width: 280px;
	color: #555;
}

#countdown_dashboard {
	height: 30px;
}

.dash {
	width: 50px;
	height: 26px;
	background: transparent url('../countdown/images/dash(small).png') 0 0 no-repeat;
	float: left;
	margin-left: 5px;
	position: relative;

}

.dash .digit {
	font-size: 14pt;
	font-weight: bold;
	float: left;
	width: 24px;
	text-align: center;
	font-family: Times;
	color: #555;
	position: relative;
}

.dash2 {
	width: 76px;
	height: 26px;
	background: transparent url('../countdown/images/dash_day(small).png') 0 0 no-repeat;
	float: left;
	margin-left: 5px;
	position: relative;
}

.dash2 .digit {
	font-size: 14pt;
	font-weight: bold;
	float: left;
	width: 24px;
	text-align: center;
	font-family: Times;
	color: #555;
	position: relative;
}
