/* StewartCowan.com - Stewart M. Cowan, San Diego Personal Injury Attorney */
/* authored by GilbertStudios */
/* contact form only - #contactForm */
form#contactForm {
	margin-top: 15px;
	width: 184px;
	height: 254px;
	color: #EFE396;
	background: url(../images/navBack.jpg) no-repeat;
}
#contactForm p {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	text-align: center;
}
.structural { 
	position: absolute; 
	left: -9000px; 
} 
input, textarea {
	margin: 0 0 5px 15px;
	width: 150px;
	font-size: 12px;
	background: #EFE396;
}
textarea {
	height: 80px;
}
#contactForm p#req {
	font-size: 10px;
	line-height: 13px;
	color: #96A7BA;
}
input#submit {
	margin: 10px 0 0 15px;
	background: #142D4A;
	color: #EFE396;
}
input#submit:hover {
	background: #96A7BA;
	color: #142D4A;
}
