*{
	margin:0px;
	padding:0px;
}
body{
	font-size:62.5%;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center -100px;
	font-family:lucida grande, verdana, arial, helvetica, sans-serif;
	padding-top:10px;
	background-color:#669acc;
	text-align:center;
}
div.body{
	width:780px;
	height: 480px;
	background-image:url(../images/pre_bg.jpg);
	background-repeat:no-repeat;
	margin:auto;
	margin-top:90px;
}
div.form2{
	background-image:url(../images/form2_bg.jpg);
}
div.thanks{
	background-image:url(../images/thankyou.jpg);
}
div.sorry{
	background-image:url(../images/sorry.jpg);
}
div.body p, div.body ol, div.body h1{
	position:absolute;
	margin-left:-9999px;
}

div.body div.form form *{
	position:relative;
	margin-left:auto;
}

div.form{
	position:absolute;
	margin-left:375px;
	margin-top:30px;
	width:293px;
}
form{
	width:100%;
	padding-left:50px;
	padding-right:50px;
	background-image:url(../images/form_bg.gif);
	background-repeat:repeat-y;
	margin-top:0px;
	padding-top:10px;
}

form *{
	font-size:1.0em;
}

div.step1 div#form_header{
	background-image:url(../images/step1_form_header.gif);
	background-repeat:no-repeat;
	width:393px;
	height:144px;
}
div.step2 div#form_header{
	background-image:url(../images/step2_form_header.gif);
	background-repeat:no-repeat;
	width:393px;
	height:137px;
}
div#form_footer{
	background-image:url(../images/form_footer.gif);
	background-repeat:no-repeat;
	width:393px;
	height:45px;
}
fieldset{
	padding:10px;
}
fieldset.radio input{
	margin-right:5px;
}
p.submit{
	text-align:center;
	padding-top:20px;
}
p.privacy{
	text-align:center;
	padding-top:20px;
}
div.required_information{
	position:absolute !important;
	margin-left:-9999px !important;
}

.submitbutton{
	width:145px;
	height:41px;
	border:0px;
}

#back_overlay{
	position:absolute;
	display:block;
	top:400px;
	left:50%;
	margin-left:-210px;
	width:80px;
	height:30px;
}
#list_overlay_sorry{
	position:absolute;
	display:block;
	top:375px;
	left:50%;
	margin-left:-20px;
	width:220px;
	height:30px;
}
#list_overlay_1{
	position:absolute;
	display:block;
	top:370px;
	left:50%;
	margin-left:-290px;
	width:180px;
	height:30px;
}
#list_overlay_2{
	position:absolute;
	display:block;
	top:410px;
	left:50%;
	margin-left:-310px;
	width:210px;
	height:30px;
}