﻿/************************** General START ************************/

.loader{ font-size:16px; font-weight:bold; color:#CCC; text-align:center; padding:40px;}

body{
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.main{	
	width:1000px;
	min-height:620px;
	padding:0px;
	margin:0px auto;
	background-image:url('../images/main_back.jpg');
	background-repeat:no-repeat;
	background-color:#afdcf9;
	overflow:hidden;
}

.header{
	background-image:url('../images/header.gif');
	background-repeat:no-repeat;
	margin-left:58px;
	margin-top:33px;
	width:882px;
	height:111px;	
}

.Disclaimer{
	font-size:10px;
	clear:both;
	width:890px;
	margin:0px auto;
	color:#2C2C2C;
	padding-top:30px;
	
}

/************************** General END ************************/

/************************** Step 1 START ************************/

.gift_cnt{
	width:386px;
	height:257px;
	margin-left:95px;
	margin-top:26px;
	float:left;
}

.gift_card1{
	background-image:url('../images/gift_card1.jpg');
	background-repeat:no-repeat;
	width:386px;
	height:131px;
}

.gift_card2{
	background-image:url('../images/gift_card2.jpg');
	background-repeat:no-repeat;
	width:386px;
	height:126px;
}

.email_cnt{
	width:351px;
	height:199px;
	background-image:url('../images/email_back.gif');
	background-repeat:no-repeat;
	margin-left:60px;
	margin-top:59px;
	float:left;
}

.zip_cnt{
	width:351px;
	height:199px;
	background-image:url('../images/zip_back.gif');
	background-repeat:no-repeat;
	margin-left:60px;
	margin-top:59px;
	float:left;
}

.email_input{
	background-image:url('../images/text_back.jpg');
	background-repeat:repeat-x;
	height:33px;
	width:263px;
	color:black;
	font-size:22px;
	font-weight:bold;
	border:1px solid #7fa3be;
	margin-top:17px;
	margin-left:3px;
}

/************************** Step 1 END ************************/

/************************ Step 2 START ************************/

.left_side{
	width:288px;
	margin-top:49px;
	float:left;
}

.gift_left{
	background-image:url('../images/gift_left_side.jpg');
	background-repeat:no-repeat;
	width:288px;
	height:199px;	
}

.ttl_left{
	background-image:url('../images/ttl_left_side.gif');
	background-repeat:no-repeat;
	width:248px;
	height:54px;
	margin-left:22px;	
}

.ups{
	background-image:url('../images/ups.jpg');
	background-repeat:no-repeat;
	width:151px;
	height:134px;
	margin-top:53px;
	margin-left:71px;
}

.right_side{
	width:528px;
	margin-top:25px;
	margin-left:34px;
	float:left;
}
.ttl_step2{
	background-image:url('../images/ttl_step2.gif');
	background-repeat:no-repeat;
	margin-top:25px;
	width:528px;
	height:60px;
}

.form{
	width:528px;
	float:left;
	margin-top:8px;
}

.form .main_form{
	background-image:url('../images/form_back.jpg');
	background-repeat:no-repeat;
	background-color:#f7ad4c;
	padding:20px 0px;
}

.form .bottom{
	background-color:#f7ad4c;
	background-image:url('../images/form_bottom.jpg');
	background-repeat:no-repeat;
	height:63px;
	background-position:center bottom;
}

/******************* Form *******************/

.FormTable{
	/*width:90%;
	margin:0px auto;*/
	margin-left:30px;
}

.FormTable .space_row{
	height:32px;
}

.FormTable .error{
	font-size:11px;
	color:#FF0000;
	padding-left:10px;
}

.FormTable .FormLabel{
	color:#2C2C2C;
	font-size:12px;
	padding-right:20px;
}

.FormTable .RadioLabel{
	color:#2C2C2C;
	font-size:12px;
}

.FormTable .inputSelect{
	color:#5e5e5e;
	font-size:14px;
	font-weight:bold;
	background-image:url('../images/input_back.jpg');
	background-repeat:repeat-x;
	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:169px;
	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 *******************/
/************************ End Step 2 ************************/

/******************* Offer List *******************/
.offer-list a{font-size:12px;color:yellow;}
.offer-list{padding-left:30px;padding-right:30px;font-size:12px;background-color:#f7ad4c;overflow:hidden;}
.offer{color:#2C2C2C;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 *******************/