﻿/************************** 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{	
	padding:0px;
	margin:0px auto;
	overflow:hidden;
}

.Disclaimer{
	font-size:10px;
	clear:both;
	width:890px;
	margin:0px auto;
	color:#2C2C2C;
	padding-top:10px;
	
}

/************************** General END ************************/

/************************** Step 1 START ************************/

#Step_1{
	background-image:url('../images/bodyBack.jpg');
	background-repeat:repeat-x;
	overflow:hidden;
	background-position:center top;
	min-height:588px;
}

.main_cnt{
	width:900px;
	margin:0px auto;
	margin-top:39px;
}

.leftSide{
	width:566px;
	overflow:hidden;
	float:left;
}

.header{
	width:523px;
	height:102px;
	background-image:url('../images/header.gif');
	background-repeat:no-repeat;
	margin-left:27px;
	margin-top:20px;
}

.slogan{
	width:539px;
	height:145px;
	background-image:url('../images/slogan.gif');
	background-repeat:no-repeat;
	margin-left:27px;
}

.rightSide{
	width:334px;
	overflow:hidden;
	float:left;
}

.dogFace{
	width:287px;
	height:267px;
	background-image:url('../images/dogFace.jpg');
	background-repeat:no-repeat;
}

.dogBody{
	width:287px;
	height:267px;
	background-image:url('../images/dogBody.jpg');
	background-repeat:no-repeat;
}

.dogFeet{
	width:132px;
	height:171px;
	background-image:url('../images/dogFeet.jpg');
	background-repeat:no-repeat;
	margin-left:36px;
	margin-top:96px;
	float:left;
}

.emailContainer{
	width:305px;
	height:211px;
	margin-left:93px;
	margin-top:57px;
	float:left;
}

.enterMail{
	color:#FFFFFF;
	font-size:25px;
	font-weight:bold;
}

.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 #455204;
	margin-top:10px;
	margin-left:3px;
}

/************************** Step 1 END ************************/

/************************ Step 2 START ************************/

#Step_2{
	background-image:url('../images/innerBack.jpg');
	background-repeat:repeat-x;
	background-position:center top;
	overflow:hidden;
	min-height:588px;
}

.leftSide2{
	width:550px;
	overflow:hidden;
	float:left;
}

.dogFace2{
	width:350px;
	height:187px;
	background-image:url('../images/dogFace2.jpg');
	background-repeat:no-repeat;
}

.dogBody2{
	width:350px;
	height:282px;
	background-image:url('../images/dogBody2.jpg');
	background-repeat:no-repeat;
}

.ttl_left{
	background-image:url('../images/ttl_left.gif');
	background-repeat:no-repeat;
	width:350px;
	height:74px;	
}

.ups{
	background-image:url('../images/ups.gif');
	background-repeat:no-repeat;
	width:155px;
	height:136px;
	margin-top:31px;
	margin-left:104px;
}

.rightSide2{
	width:350px;
	overflow:hidden;
	float:left;
}

.ttl_step2{
	background-image:url('../images/ttl_step2.gif');
	background-repeat:no-repeat;
	margin-top:25px;
	margin-left:22px;
	width:528px;
	height:60px;
}

.form{
	width:528px;
	float:left;
	margin-top:10px;
	margin-left:22px;
}

.form .main_form{
	background-image:url('../images/form_back.jpg');
	background-repeat:no-repeat;
	background-color:#445107;
	padding:20px 0px;
}

.form .bottom{
	background-image:url('../images/form_bottom.gif');
	background-repeat:no-repeat;
	height:104px;
	background-position:center top;
}

/******************* 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:#FFFFFF;
	font-size:12px;
	padding-right:20px;
}

.FormTable .RadioLabel{
	color:#FFFFFF;
	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{
	color:#FFFFFF;
}

.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:#445107;overflow:hidden;}
.offer{color:#FFFFFF;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 *******************/
