body {

	margin:0;

	padding:0;

	font-family: Arial, Helvetica, Verdana; 

	font-size:16px;

	line-height:20px;

	color: #444243;

	background-color:#ffffff;

}



a, a:visited{

	color:#29B1BF;	

}

a:hover{

	color: #444243;

}



.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:300px;

	background-image:url("images/background-submit.jpg");

	background-repeat:repeat-x;

	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");

	background-repeat:no-repeat;

	float:left;

	margin-right:10px;

}

.input-email{

	float:left;

	height: 26px;

	width: 303px;

	padding:7px 0;

	margin:1px 7px;

	border:none;

	font-size:20px;

	text-align:center;

	color:#ADADAD;

	background:url("images/empty.gif");

}

.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:#f3950e;

}



.success{

	color:#215017; 

	background-color:#ffffff; 

	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;

}



.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;

}