html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
}

body {
	text-align: center;
	background-color: #2e2e2e;
}

h1 {
	font-size: 38pt;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

h2.subtitle {
	margin-top: 0px;
	margin-bottom: 40px;
}

#container {
	color: #eee;
}

.countdown_dashboard {
<!--	height: 96px; -->
	margin-left: 5px;
}

.dash {
	width: 44px;
	height: 20px;
	background: transparent url('dash.png') 0 0 no-repeat;
	float: left;
	margin-left: -6px;
	padding-top: 4px;
	padding-left: 16px;
	position: relative;
	color: #333;
}

.weeks_dash {
	background: transparent url('dark_weeks_dash.png') 0 0 no-repeat;
}

.days_dash {
	background: transparent url('dark_days_dash.png') 0 0 no-repeat;
}

.hours_dash {
	background: transparent url('dark_hours_dash.png') 0 0 no-repeat;
}

.minutes_dash {
	background: transparent url('dark_minutes_dash.png') 0 0 no-repeat;
}

.seconds_dash {
	background: transparent url('dark_seconds_dash.png') 0 0 no-repeat;
}

.flag_dash {
	width: 28px;
	background: transparent url('dash_flag.png') 0 0 no-repeat;
}

.dash .digit {
	font: bold 15px helvetica;
	color: #959656;
	font-weight: bold;
	float: left;
	width: 22px;
	text-align: center;
	position: relative;
}

.dashflag {
	float: left;
	position: relative;
	top: -4px;

}

.dash_title {
	display: none;
}



.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;
	color: #247;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}
