#contactForm {
width: 300px;
}

div.form-rows{
background: #1a1a1a url('../images/form-gradient.png') repeat-y left;
padding: 10px 0px 10px 25px;	
border-bottom: 2px solid #201f1f;
border-right: 2px solid #201f1f;
}

.contactLabels {
float: left;
width: 50px;
height:25px;
padding-right: 10px;
}

.labelSpacing {
line-height: 25px;	
}
textarea#comments2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}


h4.contact{
	background-image: url('../images/contact-bg.png');
	color: #D2C0B2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4825em;
	line-height: 45px;
	padding-left: 15px;
	margin: 0px;
	margin-top: 10px;
}@charset "utf-8";
/* CSS Document */
input:focus, textarea:focus {
	background: #D1C1AF; /*#eadeb8;*/
}

#contactForm #email {  
position:absolute;
top:-999em;
left:-999em;
} 
