#countdown_dashboard {
	background:url(images/cc_bg.png) no-repeat left top;
	width:400px;
	height:120px;
	position:absolute;
	top:-95px;
	left:290px;
	cursor:default;
}

#countdown_dashboard .dash {
	width: 80px;
	height: 57px;
	background: transparent url(http://yourtaxpal.com/worldcup/images/dash1.png) 0 0 no-repeat;
	float: left;
	margin:10px;
	position: relative;
	text-align:center;
}

#tdl {
text-align:center;
padding-top: 19px;
margin:0 auto;
width:190px;
color:#95c3fc;
font-size:15px;
}

.dash .digit {
	font-size: 35pt;
	font-weight: bold;
	float: left;
	width: 40px;
	height: 57px;
	text-align: center;
	font-family: Times;
	color: red;
	position: relative;
}

.dash_title {
	display: block;
	font-size: 11px;
	color: #ffffff;
	text-transform: none;
	letter-spacing: 2px;
}

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
}

.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;
}