html, body {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
}

h1 {
	font-size: 20pt;
	letter-spacing: 4px;
	border-bottom: 1px solid #99ff66;
	margin: 0;
}

h2.subtitle {
	margin-top: 0px;
	margin-bottom: 30px;
}

#container {
	margin: 15px auto;
	width: 460px;
	color: #99ff66;
	
}

#countdown_dashboard {
	height: 49px;
}

.dash {
	width: 80px;
	height: 49px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 10px;
	position: relative;
}


.dash .digit {
    position: relative; 
    text-align: center; 
    width: 40px; 
    font-family: Times; 
    float: left; 
    color: #669999; 
    font-size: 24pt; 
    font-weight: bold; 
    padding-top: 6px;
    overflow: hidden;
    height: 49px;

}

/*.dash .digit {
	font-size: 24pt;
	font-weight: bold;
	padding-top:6px;
	float: left;
	width: 40px;
	/*height: auto;*/
	/*min-height: 80px;*/
	/*text-align: center;
	font-family: Times;
	color: #669999;
	position: relative;
}*/

.dash_title {
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1px; 
    color: #669999; 
    font-size: 9pt;
}




/*.dash_title {
	position: absolute;
	display:  block;
	padding-top:55px;
	
	/*bottom: -3px;*/
	/*right: 6px;*/
	/*font-size: 9pt;
	color: #669999;
	text-transform: uppercase;
	letter-spacing: 1px;}*/

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #ccfff;
}

.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;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}
