@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: 10pt;
	font-family: Verdana,Helvetica,Sans-Serif;
	}
	
a {
	text-decoration: none;
	color: #999;
	}
	
#head_space {
	padding-bottom: 0px;
	height: 0px;
	}		
	
.main_form {
	padding: 0px;
	margin:-4px 0px 0px 0px;
	background: #FFF;
	border: 2px 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: #000;
	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: 105px;
	}
	
#forward_submit {
	float: right;
	display: inline;
	margin: 12px 42px 0px 0px;
	}
	
#reverse_submit {
	padding: 0px 110px 0px 4px;
	margin-top: -1px;
	text-align: right;
	}
	
	
.required {
	font-size: 10px;
	color: #999;
	}
	
.req2 {
	padding: 8px 0px 0px 95px;
	}

	
/* 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;
}

.shadetabs li a{
	text-decoration: none;
	padding: 3px 1px 2px 0px;
	margin: 0px;
	float: left;
	z-index: 5;
	border: 2px solid #FFCC00;
	background: #FFFFCC;
	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;
	border: 2px solid #FFCC00;
	border-bottom: none;
	margin-top: 0px;
	color: #FFCC00;
	position: relative;
	z-index: 5;
}

.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  {
	margin: 3px 0px 0px 5px;
	padding: 1px 0px 1px 0px;
	width: 220px;
	text-indent: 3px;
	}
	
.email {
	padding: 2px 10px 10px 160px;
	margin-top: -6px;
	font-style: italic;
	clear: both;
	}

#email_label_holder {
  float: left;
  width: 150px;
  text-align: right;
  padding-right: 5px;
  padding-top: 5px;
  font-size: 8pt;
}
	
