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

body {
text-align:center;
margin:0px;
padding:0px;
background:url(images/_bg.jpg) repeat;
}

#form_bg {
width:400px;
height:404px;
background:url(images/form_bg.jpg) no-repeat;
text-align:left;
margin:0 auto;
position:relative;
top:0px;
padding:0px;
}

.form_padding {
padding:219px 0 0 58px;
}

.social_media_padding {
padding:4px 0 0 0;
margin:0px;
}

	#launchPad li.selected {
		background:url(images/launch_default.jpg) no-repeat center center;	
	}
	
input.email {
border:none;
height:25px;
width:231px;
padding-top:10px;
margin-left:5px;
background:none;
font-family:Arial;
color:#fff;
}

input.submit { 
	list-style:none;	
	font-family:arial;
	text-align:center;
	line-height:60px;
	padding:0px;
	margin:0px;
	float:left;	
    background:url(images/launch_form_button.jpg) -51px 0  no-repeat ;	
		width:51px;							
		height:36px;
		position:relative;	
		border:0;
	  cursor:pointer;
}

input.submit:hover {
	background:url(images/launch_form_button.jpg) no-repeat ;
	cursor:pointer;	
}

.nomargin {
margin:0px;
padding:0px;
}