#countdown {
	width: 490px;
	margin: 0;
  font-weight:normal;
}

#countdown_dashboard {
	height: 80px;
	padding-left: 58px;
	background: url(../pics/cd/countdown_bg.png) no-repeat 0px 0px;
}

.dash {
	width: 90px;
	height: 80px;
	
	float: left;
	
	position: relative;
	color: #FFFFFF;
	
	border: 0px dotted #FF00FF;
}

.weeks_dash {
	
}

.days_dash {
	
}

.hours_dash {

}

.minutes_dash {
	
}

.seconds_dash {
	
}

.dash .digit {
	font-size: 30px;
	
	font-weight: bold;
	float: left;
	
	width: 40px;
	margin-left: 5px;
	margin-top: 25px;
	
	text-align: center;
	position: relative;
}

.dash_title {
	display: none;
}

.faded {
	color: #999;
}

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

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
	color: #247;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}