#countdown_time 
{
	display:none;
}

#container {
	margin: 100px auto;
	width: 700px;
	color: #555;
}

#countdown_dashboard {
	height: 110px;
}

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

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

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 10px;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}



.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

