
body {
	margin:0px;
	background: url('images/bg_tile.jpg');
	background-repeat: repeat-x;
	background-position: center top;


}

.sitewrap{
	background: url('images/main_content.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	text-align:center;
}
.formwrap{
	background:url(images/main_form.jpg) 0 0 no-repeat;
	width:681px;
	height:900px;
	margin:0 auto;
	text-align:left;
}
.formfields{
	padding:540px 0 0 0;
	position:relative;
}

.fname{
	float:left;
	padding-top:10px;
}

.eaddress{
	float:left;
	margin-left:50px;
	padding-top:10px;
}
.ffield{
}
.ffield input {
 height: 25px;
 width: 150px;
 border: 0px;
}
.submitwrap{
	float:right;
	margin-right:59px;
}
.clearer{
	height:1px;
	overflow:hidden;
	font-size:1px;
	line-height:1px;
	clear:both;
}

.skipwrap img{
	border:0;
}
.skipwrap{
	margin:80px 0 0 255px;
}

#mbformwrap{
	margin-left:66px;
	height:60px;
}
#mbformresultwrap{
	display:none;
	background:#E5E5E5;
	margin:0 55px;
	height:60px;
}
#mbformresult{
	padding:0 auto 0!important;
	text-align:center;
	font-family:Arial,Verdana, Helvetica;
	font-size:12px;
	color:#666;
}
#mbformresult p{
	margin:0;
	padding:0;
}
#mbformresult a,
#mbformresult a:visited{
	color:#306090;
}
