@import "/css/offer/templates/billing/lbl_left_no_avail.css";
@import "/css/offer/templates/shipping/lbl_left_no_avail.css";
@import "/css/offer/templates/error/default.css";
body {
	background-color:#013300;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	height:100%;
}

form {
	background-image: url(/images/offer/fh/project_plans/038_TFH_PopWinBG_img.gif);
	background-repeat:repeat-y;
	width:723px;
	padding:0px;
	margin:0px;
}

form h1 {
	display:none;
}

form h2 {
	margin:0px;
	padding:0px;
	/*line-height:14px;*/
}

form h3 {
	font-size:14px;
	/*line-height:14px;*/
	color:#003300;
	font-weight:bold;
}
form label{
	font-size:12px;
	color:#003300;
}

form #burst{
	margin-right:20px;
}

form #header{
	margin-left:60px;
	margin-right:10px;
	padding-top:10px;
}

form #header h2 {
	/*background-image:url(/images/offer/fh/project_plans/038_TFH_EPSeal_img.gif);
	background-position:right;
	background-repeat:no-repeat;*/
	display:inline;
	padding:0px;
	/*padding-right:95px;*/
	font-size:12px;
	/*line-height:12px;*/
	font-weight:normal;
}

form #billing{
	padding-left:60px;
	padding-right:80px;
	width:583px;
}
form #billing label{
	width:40%;
}

form #billing #bill_first_name,
form #billing #bill_street_1,
form #billing #bill_city,
form #billing #bill_zip{
	width:50%;
}
form #billing #bill_last_name,
form #billing #bill_street_2,
form #billing #bill_state,
form #billing #bill_email{
	width:50%;
}

form #specialOffer{
	clear:both;
	width:500px;
	margin-top:10px;
	margin-left:60px;
	padding-left:70px;
	background-image:url(/images/offer/fh/project_plans/038_TFH_MagThumb_img.gif);
	background-position:left;
	background-repeat:no-repeat;
}

form #specialOffer strong{
	font-size:14px;
	color:#000000;
}
form #specialOffer h3{
	padding:0px;
	margin:5px 0px 5px 0px;
}
form #specialOffer label{
	font-weight:bold;
	color:#000000;
}
form #specialOffer label input{
	margin-right:5px;
}

form #shipping1{
	padding-top:5px;
	padding-left:60px;
	padding-right:80px;
	padding-bottom:20px;
	width:583px;
}

form #billing p{
	clear:both;
	font-size:11px;
	padding:0px;
	margin:0px;
	margin-left:122px;
}

form #shipping1 p{
	clear:both;
	font-size:11px;
	padding:0px;
	margin:0px;
	margin-left:122px;
}

form #shipping1 h3 label{
	display:none;
	font-weight:normal;
	color:#000000;
	margin-left:13px;
}
form #shipping1 .ship_first_name,
form #shipping1 .ship_street_1,
form #shipping1 .ship_city,
form #shipping1 .ship_zip{
	width:50%;
}
form #shipping1 .ship_last_name,
form #shipping1 .ship_street_2,
form #shipping1 .ship_state{
	width:50%;
}

form #shipping1 .ship_first_name label:after,
form #shipping1 .ship_street_1 label:after,
form #shipping1 .ship_city label:after,
form #shipping1 .ship_zi label:after,
form #shipping1 .ship_last_name label:after,
form #shipping1 .ship_street_2 label:after,
form #shipping1 .ship_state label:after{
	/*content:"*";*/
}

form #marketingMiddle{
	clear:both;
	margin-left:130px;
	width:600px;
}

form #marketingMiddle p{
	margin:0px;
	margin-bottom:10px;
	padding:0px;
}

form #marketingMiddle label{
	color:#000000;
}

form #marketingMiddle b{
	color:#003300;
}

form #marketingMiddle #privacy_text{
	display:none;
}

form #submit{
	text-align:center;
}

form #submit #submitonce{
	display:none;
}

#confirmation form{
	padding-left:60px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	width:653px;
}
#confirmation form h2{
	font-size:22px;
	font-weight:normal;
	color:#003300;
}

#confirmation form h3{
	padding-bottom:0px;
	margin-bottom:0px;
	margin-left:20px;
}

#confirmation form p{
	padding-top:10px;
	margin-top:0px;
	margin-left:20px;
}

#confirmation form p .conf_street{
	display:block;
	clear:both;
}

#confirmation form p .conf_name{
	display:none;
}

#confirmation form p .conf_zipCode{
	display:block;
	clear:both;
}
#confirmation form p .conf_city:after{
    content: ",";
}
#confirmation form p strong{
	font-size:18px;
	color:#FF0000;
}

