h1#contact_h1{
	font-family: "Verdana";
	font-size: 20px;
	letter-spacing: 1px;
	line-height: 1em;
	
	margin-bottom: 2em;
	margin-left: 3em;
	margin-top: 3em;
	font-style:italic
}

div#contact{
	float: left;
	width: 440px;
	
	background-color: #f5f5f5;
	
	
	margin-left:3em;
	
	padding-bottom: 30px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 30px;
}




div#contact label{
	display: block;
	margin: 0px 0px 3px;
	font-weight: bold;
	color: #000000;
	clear: left;
}


div#contact label span { 
	font-weight: 400;
	color: #666666;
}


div#contact label.error { 
	color: #795b06;
	margin: 5px 0px;
	font-weight: 400;
	width: 420px;
}



div#contact select,
div#contact input.text

{ 
	padding: 3px 2px;
	width: 426px;
	margin: 0px 0px 20px;
	font-family: "arial", "helvetica", sans-serif;
	border: 1px solid #999999;
}


div#contact textarea.text{
	padding: 3px 2px;
	width: 425px;
	height: 9em;
	font-family: sans-serif;
	margin: 0px 0px 20px;
	border: 1px solid #999999;
}

div#contact input.text.error, 
div#contact textarea.error,
div#contact select.error
{

	background-color: #fff3b7;
}

div#contact #send_button{
	clear:left;
	display:block;
	margin: 0px 0px 3px;
	cursor: hand;
	float:right;
}
