body{
	font:13px Arial, Helvetica, sans-serif;
	color:#454c50;
}
/* Under Construction page =====*/
#constuction-box{
	width:800px;
	height:500px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-250px;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-color:#ccc;
	box-shadow:0 0 10px #d0d4db;
	-moz-box-shadow:0 0 10px #d0d4db;
	-webkit-box-shadow:0 0 10px #d0d4db;
	text-align:center
}

#constuction-box .inside{
	padding:40px 40px 40px 40px
}

#constuction-box .button{
	position:relative
}

#constuction-box h1{
	text-align:center;
	font-size:40px;;
	margin-bottom:.2em;
	line-height:1.2em;
	letter-spacing:2px;
	border-bottom:1px solid #ddd;padding-bottom:10px;
}

#constuction-box h2{
	text-align:center;
	font-size:40px;;
	margin-bottom:.2em;
	line-height:1.2em;
	letter-spacing:2px;
}

#countdown_dashboard{
	height:110px;
	padding:30px 0 40px 0;
	width:550px;
	margin:0 auto;
	position:relative;
}

br { clear: both; }

.cntSeparator {
	font-size: 54px;
    margin: 10px 7px;
	color: #000;
}

.desc { margin: 7px 3px; }

.desc div {
	float:left;
    font-family: Arial;
    width: 135px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
	text-align:center;
}