@charset "UTF-8";
/* CSS Document */

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:#666666;
	text-decoration: none;	
}

a.button {
	display: block;
	width: 100px;
	height: 20px;
	padding: 16px 20px 10px 42px;
	color: #666666;
	text-decoration: none;
	background:url("images/button_new.jpg") no-repeat 0px 0px;
}

a.button:hover {
	color: #333333;
	background:url("images/button_new.jpg") no-repeat 0px -42px;
}

a:hover{
	color: #444243;
	text-decoration: underline;
}

.top-half{
	height: 410px;
	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:150px;
	/*background-image:url("images/background-submit.jpg");
	background-repeat:repeat-x;*/
	text-align:center;
	padding-top:10px;
	background-color: #ffffff;
}

.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:#494a4a;
}
.counter-text{
	font-size:18px;
	font-weight:regular;
	color:#666666;
}
.small-text{
	font-size:12px;
	font-weight:regular;
	color:#666666;
}

.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:#9d9d9d;
	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;
}
