@charset "UTF-8";
body {
  margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
  padding: 0;
  background-image:url(images/SPLASH/body_repeat.jpg);
  background-repeat:repeat;
  
 
 
}


.center_panel{
	width:960px;
	height:1000px;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
	
	
.hero{
	margin-top:50px;
	width:320px;
	height:440px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-repeat:no-repeat;
	background-image:url(images/SPLASH/hero.png);
}


.hero_text{
	width:751px;
	height:98px;
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
	background-image:url(images/SPLASH/hero_text.png);
	background-repeat:no-repeat;
}
				



.hero_form_panel{
	margin-top:80px;
	width:810px;
	height:280px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	clear:both;
}

.form_graphic{
	width:400px;
	height:280px;
	display:block;
	float:left;
	background-image:url(images/SPLASH/sign_up_graphic.png);
	background-repeat:no-repeat;
}
	


.form_panel{
	width:400px;
	height:280px;
	display:block;
	float:left;
	margin-left:10px;
	background-image:url(images/SPLASH/form_background.png);
	background-repeat:no-repeat;
}
	



.hero_footer{
	margin-bottom:-300px;
	bottom:50px;
	padding-bottom:100px;
	clear:both;
	width:100%;
	min-width:1289px;
	background-image:url(images/SPLASH/hero_shelf.png);
	height:81px;
	background-repeat:repeat-x;
}


.contact_fullname{
	width:400px;
	height:60px;
	background-image:url(images/SPLASH/form_shadow.png);
	background-repeat:no-repeat;
	margin-top:-40px;
	position:relative;
	z-index:550;
	float:left;
	margin-left:-15px;

<![endif]-->
}

.contact_email{
	width:348px;
	height:60px;
	background-image:url(images/SPLASH/form_shadow.png);
	background-repeat:no-repeat;
	position:relative;
	z-index:550;
	margin-top:-10px;
	float:left;
	margin-left:-15px;
}

.signup_button{
	width:348px;
	height:60px;
	background-repeat:no-repeat;
		float:left;
	margin-left:10px;

	margin-top:-30px;
	position:relative;
	z-index:550;
}



input{
	background-color:transparent;
	outline:none;
	border:none;
	color:#999;
	text-indent:10px;
	font-size:18px;
	line-height:60px;
	font-family: 'ProximaNovaLight';

}


@font-face {
	font-family: 'ProximaNovaLight';
	src: url('/FONTS/Proxima_Nova_Light-webfont.eot');
	src: local('☺'), url('/FONTS/Proxima_Nova_Light-webfont.woff') format('woff'), url('/FONTS/Proxima_Nova_Light-webfont.ttf') format('truetype'), url('/FONTS/Proxima_Nova_Light-webfont.svg#webfontuAHyYnqV') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'ProximaNovaThin';
	src: url('/FONTS/proximanova-thin-webfont.eot');
	src: local('☺'), url('/FONTS/proximanova-thin-webfont.woff') format('woff'), url('/FONTS/proximanova-thin-webfont.ttf') format('truetype'), url('/FONTS/proximanova-thin-webfont.svgz#webfontpkZTUWn6') format('svg'), url('/FONTS/proximanova-thin-webfont.svg#webfontpkZTUWn6') format('svg');
	font-weight: normal;
	font-style: normal;
}




.success{
	background-image:url(images/SPLASH/success.png);
	width:800px;
	height:120px;
	margin-left:40px;
	margin-top:40px;
	background-repeat:no-repeat;
}
