@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:299px;
	height: 249px;
	font-size: 10pt;
	font-family: Arial, Helvetica, sans-serif;
	}
	
a {
	text-decoration: none;
	color: #999;
	}
	
#head_space {
	padding-bottom: 10px;
	height: 15px;
	}		
	
.main_form {
	padding: 0px;
	margin:-1px 0px 0px 0px;
	background: transparent url('../images/bg.jpg') no-repeat;
	width: 299px;
	height: 174px;
	position: relative;
	z-index: 1;
	}

.field_value {
	float: left;
	width: 49%;
	margin-top: 7px;
	}
	
.box_copy {
	padding: 8px 15px 0px 8px;
	font-size: 11pt;
	color: #5D86CB;
	}	
	
label {
	font-size: 8pt;
	padding-bottom: 2px;
	}
	
input {
	width: 124px;
	}
	
select {
	width: 128px;
	}
	
#submit {
	width: 91px;
	}
	
#forward_submit {
	float: right;
	margin: -3px 18px 0px 0px;
	}
	
#reverse_submit {
	float: left;
	display: block;
	padding: 0px 0px 0px 4px;
	margin-top: -1px;
	}
	
	
.required {
	font-size: 8pt;
	color: #999;
	}
	
.req2 {
	margin-left: 8px;
	color: #999;
	}

	
/* TABS CSS */

.tab_off {
	display: none;
	}

.shadetabs{
	padding: 0px;
	margin: 0px;
	font: normal 10pt Verdana;
	text-align: center; 
}

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

.shadetabs li a{
	text-decoration: none;
	padding: 5px 1px 0px 0px;
	margin: 0px;
	float: left;
	z-index: 5;
	border: none;
	background: transparent url('../images/tab_inactive.png') no-repeat;
	width: 97px;
	height: 20px;
	color: #FFF;
}

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

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

.shadetabs li a.selected{ /*selected main tab style */
	background: transparent url('../images/tab_active.png') no-repeat;
	border: none;
	margin-top: 0px;
	color: #000;
	position: relative;
	z-index: 5;
}

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

/* END TABS CSS */	

#email_forward label {
	display: block;
	padding: 34px 0px 0px 30px;
	}
	
.isMail  {
	float: left;
	margin: 3px 0px 0px 30px;
	width: 140px;
	}
	
.email {
	padding: 0px 0px 0px 30px;
	margin-top: -6px;
	font-style: italic;
	clear: both;
	}

	
	