body {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana;
	font-size:16px;
	line-height:20px;
	color: #fc7ecb;
	background-color:#d2f876;
}

a, a:visited{
	color:#FFF;
}
a:hover{
	color: #FFDA6B;
}

.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;
	text-align:center;
	padding-top:10px;
	background-color: #d2f876;
}

.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:#d2f876;
	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:#FFF;
}
.counter-text{
	font-size:22px;
	font-weight:bold;
	color:#FFF;
}

.success{
	color:#FFF;
	padding:0 5px;
	font-size: 33px;
	font-weight: bold;
}
.error {
	color:#fa40b2;
	padding:0 5px;
	font-size: 20px;
	font-weight: bold;
}

.footer{
	font-size:12px;
	text-align:center;
}
.footer-text{
	color:#FFF;
	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;
}

input.button {
	margin: 0;
	font: bolder 12px Arial, Sans-serif;
	border: 1px solid #CCC;
	padding: 10px 15px;
	background: #FFF;
	color: #d2f876;
}
