div.form_item{
	float:left; 
	width:350px; 
	margin:0 0 4px 0; 
	padding:0;
}

div.contact_deets {
	width:350px;
	float:left;
	padding:10px 0 0 0;
	background:url(../assets/images/page/hr_02.gif) top left no-repeat;
}

address {  color:#666; padding: 0 0 10px 0;
	font-weight:normal;
	background:url(../assets/images/page/hr_02.gif)bottom left no-repeat;
}
 
address span { color:#00aedb;}

div.form_division { 
	float:left; 
	width:350px; 
	height:10px;
	overflow:hidden;
	margin:0 0 4px 0; 
	padding:0;
	background:url(../assets/images/page/hr_02.gif) top left no-repeat;
}

div.form_item label{
	float:left;  
	margin:0; 
	padding:0;
	font-size:1.2em;
	font-weight:bold;
	letter-spacing:1.5px;
	width:130px; 
	color:#78a22e;
	line-height:15px;
	cursor:pointer;
}


div.form_item label.long{ width:527px; margin: 5px 0 -10px 0; }

span.formrequired {
	color:#FF0000;
	font-size:1em;
}

div.form_item input, div.form_item textarea, div.form_item select {
	font-family:Arial, Helvetica, sans-serif;
	float:right; 
	width: 200px; 
	height:13px; 
	margin: 0 4px 0 0; 
	padding:4px 2px 2px 6px;
	color:#404040;
	background:url(../assets/images/page/bg_textarea.gif) top left repeat-x #fff;
	border: none;
	font-size:1.1em;
}

	
div.form_item input:focus, input.required:focus{
	border-color: #ffbf40; font-weight:bold; color:#404040;
}


div.form_item textarea{
	height:200px;
	background:url(../assets/images/page/bg_textarea.gif) top left repeat-x #78d0ea;

}

textarea:focus, textarea.required:focus{
	border-color: #ffbf40; font-weight:bold; color:#404040;
}

div.form_item select {
	width: 172px; 
	height:auto;
	background:#78d0ea;
	border:1px solid #78a22e;
}

div.form_item select.form_item:focus,div.form_item  select.required:focus{
	background: #EFEFEF;
}


div.form_item input.submit{
	width:84px; height:28px;
	padding:0;
	margin:0;
	display:inline;
	float:right;
	line-height:100000px; font-size:0px;
	overflow:hidden;
	color:#ffbf40;
	border:none;
	cursor:pointer;
	background:url(../assets/images/page/btn_submit.gif) #fff top left no-repeat;
}


