#countdown {
	margin: 0px auto;
	width: 416px;
	color: #555;
        float: left;
        padding-top: 10px;
}

#countdown_dashboard {
	height: 75px;
        margin: 5px 33px;
}

.dash {
    background: url("dash.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 67px;
    margin-left: 10px;
    position: relative;
    width: 60px;
}

.dash .digit {
    color: #333;
    float: left;
    font-family: Times;
    font-size: 31pt;
    font-weight: bold;
    line-height: 47px;
    position: relative;
    text-align: center;
    width: 30px;
}

.dash_title {
  bottom: 0;
  color: #FFFFFF;
  display: block;
  font-family: "Helvetica Neue",Arial,Sans-serif;
  font-size: 9px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  position: absolute;
  right: 2px;
}

.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: #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;
}

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