


#countdown_dashboard {
	height: 110px;}


.dash {
	width: 25px;
	height: 35px;
	background: transparent url('http://static0.traveltek.net/images/www.holidayhooray.co.uk/jc-js/dash.gif') 0 0 no-repeat;
	float: left;
	margin-left: 3px;
	position: relative;
}


.dash .digit {
	font-size: 9pt;
	font-weight: bold;
	float: left;
	width: 11px;
	text-align: center;
	font-family: trebuchet ms, arial;
	color: #FFC102;
	position: relative;
}


.dash_title {
display: block;
	padding-left:2px;	font-size: 7pt;
	color: #FFC102;
	text-transform: uppercase;
	font-family: trebuchet ms, arial;
}


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





