﻿body{
	margin:0px;
	padding:0px;
	background-image:url('../images/body_back.jpg');
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#eff4f7;	
}

#main{
	width:1005px;
	border:0px solid red;
	margin:0px auto;
}

.header{
	background-image:url('../images/header.jpg');
	background-repeat:no-repeat;
	width:1005px;
	height:181px;
}

.disclimier{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#888888;
	width:900px;
	margin:0px auto;
	text-align:center;
}

.disclimier a{
	color:#888888;
}

.disclimier span{
	padding:0px 5px;
	font-size:10px;
}

/******************* Step 1 START *******************/

.mid_container{
	width:1005px;
	height:500px;
}

.left_images{
	width:351px;
	height:500px;
	float:left;
}

.legand{
	background-image:url('../images/legand.jpg');
	background-repeat:no-repeat;
	width:281px;
	height:199px;
	margin-left:36px;
	margin-top:30px;
}

.crusie{
	background-image:url('../images/crusie.jpg');
	background-repeat:no-repeat;
	width:341px;
	height:251px;
	margin-left:10px;
	margin-top:20px;
}

.scratch_container{
	width:332px;
	height:500px;
	float:left;
}

.scratch_shadow{
	width:315px;
	background-image:url('../images/scratch_shadow.jpg');
	background-repeat:no-repeat;
	height:91px;
}
.right_images{
	width:302px;
	height:500px;
	float:left;
}

.money_iphone{
	width:302px;
	background-image:url('../images/right_images.jpg');
	background-repeat:no-repeat;
	height:354px;
	margin-top:78px;
}

/*.arrow{
	position:absolute;
	background-image:url('../images/arrow.png');
	width:109px;
	height:133px;
	right:38px;
	*right:40px;
	margin-top:30px;
}*/

/******************* Step 1 END *******************/

/******************* Step 2 START *******************/

.ttl_strip{
	width:871px;
	height:80px;
	margin-top:15px;
	margin-left:47px;
}

.form_area{
	margin-left:47px;
	clear:both;
	width:947px;
}

.top_form{
	background-image:url('../images/form_top.gif');
	background-repeat:no-repeat;
	width:480px;
	height:10px;	
}

.mid_form{
	background-image:url('../images/form_mid.jpg');
	background-repeat:repeat-x;
	background-color:#91b7cb;
	width:480px;	
}

.bottom_form{
	background-image:url('../images/form_bottom.gif');
	background-repeat:no-repeat;
	width:480px;
	text-align:center;	
}


/******************* Step 2 END *******************/

.loader{ font-size:16px; font-weight:bold; color:#CCC; text-align:center; padding:40px;}

/******************* Form *******************/
.FormTable{
	/*width:90%;
	margin:0px auto;*/
	margin-left:10px;
	margin-top:15px;
}

.FormTable .space_row{
	height:32px;
}

.FormTable .error{
	font-size:11px;
	color:#be0000;
	padding-left:10px;
}

.FormTable .FormLabel{
	color:#2e5565;
	font-size:12px;
	padding-right:20px;
}

.FormTable .RadioLabel{
	color:#2e5565;
	font-size:12px;
}

.FormTable .inputSelect{
	color:#5e5e5e;
	/*color:#00465f;*/
	font-size:14px;
	font-weight:bold;
	border:1px #7b97a7 solid;
}

.FormTable .FormField{
	
}

.FormTable .radio_space{
	
}

.FormTable .inputText{
	height:19px;
	background-image:url('../images/input_back.jpg');
	background-repeat:repeat-x;
	border:1px #7b97a7 solid;
	width:180px;
	font-size:14px;
	color:#5e5e5e;
	/*color:#00465f;*/
	font-weight:bold;
	padding-left:4px;
	padding-top:3px;
	
}

.FormTable .which{
	height:25px;
	vertical-align:bottom;
}

.FormTable .zip{width:70px !important;}
.FormTable .TNum{width:40px !important;}
.FormTable .FNum{width:60px !important;}
.FormTable .cap{width:80px !important;}
/******************* End Form *******************/
/******************* Offer List *******************/
.offer-list{padding-top:15px;padding-bottom:15px;padding-left:30px;padding-right:30px;font-size:12px;}
.offer{color:#00465f;margin-top:10px;}
.offer-title{font-weight:bold;font-size:14px;}
.offer-text{margin-top:5px;}
.offer-err{padding-left:15px;color:#be0000;}
/******************* END Offer List *******************/