
body { 
	

}

::-webkit-input-placeholder { color: #DDD }
:-moz-placeholder { color: #DDD }
:-ms-input-placeholder { color: #DDD }

.clear { clear: both }

#wrapper {
	
	width: 580px;
	margin-bottom: 1.5cm;
}


/* === Timer Section === */
#countdown {
	margin-top: 40px;
	text-align: center;
}

.lable {
	font-size: 1.1em;
	color: #EEE;
	text-shadow: 1px 1px 1px #111;
	text-align: center;
	opacity: .6;
}
.timelinebar {
display: none;
z-index: -25; 
position: absolute; 
width: 580px; 
top: 20px; 
}




#progressbar .launch-date {
	margin-top: 5px;
	font-family: Arial;
	text-align: right;
	text-shadow: 1px 1px 1px #111;
}

