@charset "utf-8";
/* CSS Document */

html, body, div, img,  ul, ol, li, a, form, fieldset, input, label, textarea,  h1, h2, h3, h4, h5, h6, pre, code, p, hr {
	margin: 0px;
	padding: 0px;
}

fieldset, img {
	border: 0px;
}

ul {
	list-style-type: none;
}

body {
	width:495px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    background-color: transparent;
	}
	
a {
	text-decoration: none;
	color: #999;
	}

#head_space {
	padding-bottom: 0px;
	height: 0px;
	}		
	
.main_form {
	padding: 0px;
	margin: -1px 0px 0px 0px;
	background: #FFF;
	border: 1px solid #FFCC00;
	width: 495px;
	height: 165px;
	position: relative;
	z-index: 1;
	}

.field_value {
	float: left;
	display: inline;
	width: 49%;
	margin-top: 15px;
	}
	
.box_copy {
	padding: 12px 15px 0px 8px;
	font-size: 11pt;
	color: #2222B2;
	font-weight: bold;
	}	
	
.field_value label {
	font-size: 8pt;
	text-align: right;
	display: inline;
	width: 210px;
	}
	
input {
	width: 124px;
	display: inline;
	text-indent: 3px;
	}
	
select {
	width: 128px;
	}
	
#submit {
	width: 115px;
	}
	
#forward_submit {
	float: right;
	display: inline;
	margin: 12px 35px 0px 0px;
	}
	
#reverse_submit {
	padding: 0px 0px 0px 8px;
	margin-top: 37px;
	float: left;
	display: inline;	
	text-align: right;
	}
	
	
.required {
	display: inline;
	font-size: 10px;
	color: #ff0000;
	}
	
.req2 {
	padding: 8px 0px 0px 93px;
	float: left;
	display: inline;	
	}
#forward_headline {
	color: #2222B2
	}
/* TABS CSS */

.tab_off {
	display: none;
	}

.shadetabs{
	padding: 0px;
	margin: 0px;
	font: normal 10pt Verdana,Helvetica,Sans-Serif;
	text-align: center;
	font-size: 110%; 
	font-weight: bold;
}

.shadetabs li{
	margin: 0px;	
	float: left;
	display: inline;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 1px 2px 0px;
	margin: 0px;
	float: left;
	display: inline;
	position: relative;
	border: 1px solid #FFCC00;
	background: #ffffff;
	width: 180px;
	height: 20px;
	color: #FFCC00;
}

.shadetabs li a:visited{
	color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
}

.shadetabs li a.selected{ /*selected main tab style */
	background: #FFF;
	margin-top: 0px;
	color: #FFCC00;
	position: relative;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
	text-decoration: underline;
}

/* END TABS CSS */	

#email_reverse label {
	display: block;
	padding: 23px 0px 4px 95px;
	}

.isMail  {
	padding: 1px 0px 1px 0px;
	float: left;
	width: 200px;
	}
	
.email {
	padding: 2px 10px 10px 80px;
	margin-top: -6px;
	font-style: italic;
	clear: both;
	color: #999;
	}

#email_label_holder, #input_holder {
  display: block;
  width: 200px;
  text-align: left;
  font-size: 8pt;
}

#email_label_holder {
	 margin-top: 24px;
	 }


#forward_main_div, #reverse_main_div, #forward_tab, #reverse_tab {
	position: relative;
	z-index: 1;
	}
	
#forward_tab, #reverse_tab {
	z-index: 10;
	}
	
form {
	width: 90%;
	margin: auto;
	}
	
#city_label {
	margin: 0px 3px 0px 34px;
	}
	
#state_label {
	margin: 0px 4px 0px 26px;
	}
	
.comment {
	clear: both;
	padding: 0px;
	margin: 3px 0px 0px 15px;
	float: left;
	display: inline;
	color: #999;
	font-size: 10px;
	}
	
#reverse_items {
	width: 200px;
	float: left;
	display: inline;
	margin-left:57px;
	}
	
.reverse_cmnt {
	margin-top: 39px;
	}
	

	



