body  {
	background-image:  url("images/body-bg.jpg");
	background-repeat: repeat;
	background-color:#f0f0f0;
	font-size: 0.9em;
	color: #000099;
	font-family: Helvetica, Arial, Verdana;
}

#container {
	background-image: url(images/btm_lft_img.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color:#f0f0f0;
	width: 940px;
	margin:0 auto;
} 

#title {
	background-image: url(images/request_title.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color:#f0f0f0;
	width: 182px;
	height: 80px;
} 


#wrapper {
	margin: 0 0 0 10px;

} 

#form{
	color:#000099;
	background-image: url(images/form_bg.png);
	background-repeat:no-repeat;
	height:391px;
	margin: 1em 0 0 -.8em;
}

form div.element{
	float: left;

}

form div.name{
	font-weight: normal;
	margin: 0 0 4px 2em;
	padding: 20px 0 3px 2px;
	height: 7px;
}

form div.cap1{
	background-image:url(images/form_lf_cap.png);
	background-repeat:no-repeat;
	width:13px;
	height:38px;
	float: left;
	margin: 0 0 0 1.5em;
}

form div.cap2{
	background-image:url(images/form_rt_cap.png);
	background-repeat:no-repeat;
	width:13px;
	height:38px;
	float: left;
}

.field {
	float:left;
	height: 35px;
	background-image: url(images/form_mid_bg.png);
}

.textArea{
	padding: 5px 0 0 0; 
	color: #00278C;
}
form div.submit {
	width:107;
	display:block;
	background:url(images/submit_btn.png);
	background-repeat:no-repeat;
	margin-left: 10px;
}

form div.reset {
	width:107;
	display:block;
	background:url(images/reset_btn.png);
	background-repeat:no-repeat;
	margin-left: 10px;
}

input {
	background:url(images/blank.gif);
	background-repeat:repeat-x;
	border-style: none;
	height: 30px;
	
	font-weight: bold;
	font-size: 1em;
	
	
}
.address {
	width: 929px;
	height: 0;
}
.dropdown {
	background:url(images/blank.gif);
	background-repeat:repeat-x;
	border-style: none;
	color: #000099;
	background-color: none;
	width: 100%;
	margin-top: 8px;
	height: 20px;
	font-weight: bold;
	font-size: 1em;
}

.submit{
	background:url(images/submit_btn.png);
	background-repeat:no-repeat;
	font-size: .9em;
	width: 144px;
	color: #00278C;
	height: 35px;
	float: right;
}

.submit:hover, .submit:focus{
	background:url(images/submit_hover.png);
	background-repeat:no-repeat;
}

.reset {
	background:url(images/reset_btn.png);
	background-repeat:no-repeat;
	font-size: 1em;
	width: 116px;
	color: #00278C;
	height: 35px;
	float: right;
}

.reset:hover, .reset:focus {
	background:url(images/reset_hover.png);
	background-repeat:no-repeat;
}


.clear {
	clear:both;
}

#contact {
	padding: 0 2em 0 0;
	margin: 0;
}

