html, body {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

body {
	text-align: center;
	background-color: #000;
}

h1 {
	font-size: 38pt;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

h2.subtitle {
	margin-top: 0px;
	margin-bottom: 40px;
}

#container {
	margin: 0px auto;
	width: 1024px;
	color: #eee;
}

#blackband {
	width: 700px;
	height: 96px;
	background-color:#000;
}

#countdown_dashboard {

}

.dash {
	background: transparent 0 0 no-repeat;
	position:relative;
	color: #000;
}

.weeks_dash {
 	width:90px; 
	height:51px; 
	float:left;
}

.days_dash {
 	width:86px; 
	height:51px; 
	float:left;
}

.hours_dash {
 	width:85px; 
	height:51px; 
	float:left;
}

.minutes_dash {
 	width:89px; 
	height:51px; 
	float:left;
}

.seconds_dash {
 	width:89px; 
	height:51px; 
	float:left;
}

.dash .digit {
	font: 51px Arial;
	font-stretch:condensed;
	color:#FFF;
	float: left;
	text-align:center;
	position:relative;
}

.dash_title {
	color:#FFF;
	font: 10pt Arial;
	font-weight:bold;
	text-align:center;
	position: relative;
}

.dev_comment {
	clear: left;
	font-size: 14pt;
	color: #361908;
	text-align: center;
	padding-top: 10px;
	margin: 20px 10px;
}

#subscribe_form {
	position: relative;
} 

#entry_0 {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}

#submit {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.ss-q-short {
	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;
}

