#countdown {
	width: 266px;
	color: #555;
	border: 1px solid #e8e8e8;
	text-align: center;
	margin-bottom: 20px;
	padding: 1px;
	font-family: "Century Gothic", Arial, Helvetica;
}
#countdown #countdown_dashboard {
	text-align: left;
	margin-left: 4px;
	margin-right: 4px;
}
#countdown .dash {
	width: 41px;
	height: 52px;
	margin-left: 0px;
	position: relative;
	padding: 0px;
	margin-top: 10px;
	margin-right: 7px;
	text-align: center;
	background-color: transparent;
	background-image: url(../images/dash.png);
	background-repeat: no-repeat;
	background-position: 1 0;
	margin-bottom: 10px;
	float: left;
}

.dash .digit {
	font-size: 20px;
	font-weight: bold;
	float: left;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #555;
	position: relative;
	width: 50%;
	margin-top: 4px;
}

.dash.days_dash {
	float: left;
}


.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	font-size: 9px;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	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;
}
#countdown .header {
	color: #252525;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 16px;
	background-image: url(../../image/book-box-bg.gif);
	background-position: center -3px;
	background-repeat: repeat-x;
}
#countdown .offerText {
	padding-top: 10px;
	clear: left;
	color: #252525;
	padding-right: 8px;
	padding-left: 8px;
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 14px;
	background-image: url(../../image/book-box-bg.gif);
	background-position: center -3px;
	background-repeat: repeat-x;
}
#countdown .class {
	clear: both;
}

a.countdownBtn:link, a.countdownBtn:visited {
	color:#ffffff;
	margin-top: 10px;
	display: block;
	background-image: url(../images/book-btn.gif);
	background-repeat: repeat;
	background-position: left top;
	height: 34px;
	width: 66px;
	float:right;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 34px;
}
a.countdownBtn:hover {	
	background-position: right top;
	color:#ffffff;
}