body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana; 
	font-size:16px;
	line-height:20px;
	color: #444243;
	background-color:#E0E2E4;
}

a, a:visited{
	color:#5D8F3E;	
}
a:hover{
	color: #5D8F3E;
}

.top-half{
	height: 350px;
	display: table;
	#position: relative;
	overflow: hidden;
	width:100%;

}
.top-half-inside1{
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	width:100%;
}
.top-half-inside2{
	#position: relative;
	#top: -50%;
	text-align:center;	
}

.bottom-half{
	width:100%;
      height:400px;
	text-align:center;
	padding-top:10px;
}

.email-submit{
	width:465px;
	margin:0 auto;
	padding-top:60px;
}

.input-email-bg {
	width:321px;
	height:42px;
	background-image:url("images/input-email.gif");
	float:left;
	margin-right:10px;
}
.input-email{
	float:left;
	height: 26px;
	width: 305px;
	padding:7px 0;
	margin:1px 7px;
	border:none;
	font-size:20px;
	text-align:center;
	color:#ADADAD;
	background:url("images/empty.gif");
}
.launching-teaser{
	font-size:16px;
	font-weight:bold;
	color:#ADADAD;
	text-align:center;
}
.safe{
	float:left;
	margin:3px 15px;
	color:#6E6E6E;
	font-size:12px;
}

.launching-text{
	font-size:22px;
	font-weight:bold;
	color:#444243;
}
.counter-text{
	font-size:22px;
	font-weight:bold;
	color:#5D8F3E;
}

.success{
	color:#215017; 
	background-color:#C0FFB2; 
	padding:0 5px;
}
.error {
	color:#851616;
	background-color:#FDADAD;
	padding:0 5px;	
}

.footer{
	font-size:12px;
	text-align:center;
}
.footer-text{
	color:#aaa;
	border-top:1px solid #ddd;
	padding:5px 20px;
}

.myinfo{
	float:left;
	width:0px;
	height:0px;
	visibility:hidden;
}

.description {

position: absolute; left: 25px; top: 0 px; height: 310px; width: 200px; padding: 1em;
background-color: #ffffff;
border: 3px dotted #90B2D5;
margin: 0 10px 0 10px;
color: #4D6680;
font-size: 12px;
font-family: verdana;
font-weight: bold;
}

.contact-us{
	width:400px; 
	font-size:12px; 
	padding-top:10px; 
	text-align:left;
	margin:0 auto;
}

.myinput{
	width:400px;
	margin-bottom:5px;
}

form{
	margin:0;
	padding:0;
}

.contact-success{
	float:left;
	color:#215017; 
	background-color:#C0FFB2;
	padding:0 2px;
	margin-bottom:10px;
}