html {
	margin: 0px; padding: 0px;
}
body {
	margin: 0px; padding: 0px;
}
body {
	text-align: center;
}
h1 {
	margin: 0px; letter-spacing: 12px; font-size: 28pt; border-bottom-color: rgb(221, 221, 221); border-bottom-width: 1px; border-bottom-style: solid;
}
h2.subtitle {
	margin-top: 0px; margin-bottom: 40px;
}
#container {
	margin: 10px auto 5px 0px; width: 600px; color: rgb(85, 85, 85);
}
#countdown_dashboard {
	height: 110px;
}
.dash {
	background: url("../images/dash.png") no-repeat 0px 0px; height: 114px; margin-left: 20px; float: left; position: relative;
}
.dash .digit {
	width: 55px; text-align: center; color: rgb(85, 85, 85); font-family: Times; font-size: 55pt; font-weight: bold; float: left; position: relative;
}
.dash_title {
	right: 9px; bottom: 27px; color: rgb(85, 85, 85); text-transform: uppercase; letter-spacing: 2px; font-size: 9pt; display: block; position: absolute;
}
.dev_comment {
	margin: 40px 10px; text-align: center; color: rgb(119, 119, 119); font-size: 14pt; font-style: italic;
}
#subscribe_form {
	position: relative;
}
#email_field {
	padding: 6px 10px; width: 300px; font-size: 16pt;
}
#subscribe_button {
	padding: 4px 8px; color: rgb(51, 51, 51); font-size: 14pt;
}
.copyright {
	margin: 40px 0px; color: rgb(51, 51, 51); font-size: 9pt;
}
.faded {
	color: rgb(153, 153, 153);
}
.form_message {
	margin: 15px auto; padding: 10px; width: 400px; display: none;
}
#error_message {
	color: rgb(119, 119, 0); border-right-color: rgb(187, 187, 51); border-left-color: rgb(187, 187, 51); border-right-width: 5px; border-left-width: 5px; border-right-style: solid; border-left-style: solid; background-color: rgb(255, 255, 238);
}
#info_message {
	border: 1px solid rgb(238, 238, 255); background-color: rgb(240, 249, 255);
}
#loading {
	margin: 10px; top: 60px; width: 100%; text-align: center; display: none; position: absolute;
}
