#container {
	margin: 0px;
	color: #555;
}

#countdown_dashboard {
	height: 60px;
}
.dash {
	width: 60px;
	height: 60px;
	background: transparent url('/tbox/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 0px;
	position: relative;
}

.dash .digit {
	font-size: 28pt;
	font-weight: bold;
	float: left;
	width: 28px;
	text-align: center;
	font-family: Times;
	color: #353;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 8px;
	color: #353;
	text-transform: uppercase;
	letter-spacing: 1px;
}

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


