/*** Styles for contact form ***/
		
table, input, textarea, select, li {
	font:100% Trebuchet MS, Arial, Helvetica, Sans-Serif;
	line-height:160%;
}
					
p, blockquote, ul, ol {
	margin:1em 0;
}
			
hr {
	display:none;
}	

#form5 fieldset{
		margin:0;
		padding-top:.5em;
		border:none;	

		}		
#form5 p{
		clear:both;
		margin:.5em 0;
		overflow:hidden;
		}	
#form5 label{
		float:left;
		width:60px;
		display:block;
		text-align:right;
		margin-right:10px;
		}	
#form5 input, #form5 textarea{	
		margin:0;	
		width:250px;
		border:1px solid #ddd;		
		padding:3px 5px 3px 25px;
		}		
	
	
	#form5 input#name_Req{background:#fff url(../images/form5/form_name.gif) no-repeat 5px 50%;}
	#form5 input#email_Req_Email{background:#fff url(../images/form5/form_email.gif) no-repeat 5px 50%;}
	#form5 input#website_Url{background:#fff url(../images/form5/form_url.gif) no-repeat 5px 50%;}
	#form5 textarea#message_Req{background:#fff url(../images/form5/form_note.gif) no-repeat 5px 6px;}
	
	
#form5 textarea{
		height:125px;
		overflow:auto;
		}					
#form5 p.submit{
		clear:both;
		margin:1em 0;
		padding:.5em 70px;	
		
		}	
#form5 button{
		height:28px;
		line-height:28px;		
		border-top:1px solid #999;
		border-left:1px solid #999;
		border-right:1px solid #333;
		border-bottom:1px solid #333;
		background:url(../images/form5/form_button.gif) no-repeat;
		padding:0 10px 0 25px;
		color:#333;
		cursor:pointer;
		text-align:left;
		font-size:11px;
		font-weight:bold;
		}				

legend {
	color: #4df9ff;
	font-size: 200%;
	margin: 0 0 0 7px;
	padding-bottom:10px;
	}


ul,li { 
	list-style-type:none; 
}


form {
	width:70%; 
	float:left;  
}


#error, #response { 
	float:left; 
	width:30%; 
	padding-top:35px; 
}

#response ul { 
	border-top:1px solid #4df9ff; 
	margin-top:5px; 
	padding-top:5px;
}

#error li, #response li {
	font-size: 90%;
	margin:0 0 5px 0; 
	padding:0 0 5px 15px; 
	background:url(../images/contact/bullet.gif) no-repeat 0 4px; 
	border-bottom:1px solid #4df9ff; 
}

#working { 
	clear: both; 
	padding:1em; 
	background:url(loading.gif) no-repeat left center;
}
