@charset "UTF-8";

body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

#background {
	background-color:#4797D4;
	background-attachment:fixed;
	width: 100%; 
	height: 100%; 
	position: fixed; 
	left: 0px; 
	top: 0px; 
	z-index: -1;
}
.stretch {
	width:100%;
	height:100%;
}

img {
	border: 0px none;
}
h1, h2, h3    {
	padding-bottom: 5px;
	color: #333333;
	letter-spacing: -1px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
h1 {
	font-size: 40px;
	margin: 0px;
	line-height: 36px;
}
h2 {
	font-size: 28px;
	margin: 0px;
	line-height: 28px;
}
h3 {
	font-size: 22px;
	margin: 0px;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:24px;
	color: #FFFFFF;
	padding: 10px 0 0 0;
}
#wrapper {
	height: auto;
	width: 426px;
	margin-right: auto;
	margin-left: auto;
}
#headline {
	height: 85px;
	width: 446px;
	float: left;
	margin-top: 0px;
	margin-bottom: 40px;
	margin-left: -10px;
}

#optin {
	background-image: url('../images/launch-bg.png');
	height: 416px;
	width: 446px;
	float: left;
	margin-top: 35px;
	padding-top: 10px
}

	
.optin-form-name {
	border-style:none; border-width:0px; height: 48px;
	width: 199px;
	background-image: url('../images/launch-name-form.png');
	padding-left: 55px;
	padding-right: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	background-color: #1B262C;
	padding-top: 2px
	}
.optin-form-email {
	border-style:none; border-width:0px; height: 48px;
	width: 199px;
	background-image: url('../images/launch-email-form.png');
	padding-left: 55px;
	padding-right: 35px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #666666;
	background-color: #1B262C;
	padding-top: 2px
	}