/* Contact Form Styles */

input, textarea {
	font-size: 13px;
	color: #234863;
}

#name, #phone, #email {
	width: 300px;
}

#street {
	width: 175px;
	margin-right: 5px;
}
#city {
	width: 100px;
	margin-right: 5px;
}
#state {
	width: 40px;
	margin-right: 5px;
}
#zip {
	width: 50px;
}

#questions {
	height: 75px;
	width: 400px;
}

#submit {
	color: #234863;
	background-color: #f8f5e0;
	background-image: url('../_images/bg-bar-yellow.jpg');
	border: 1px solid #234863;
	padding: 5px;
}

.invalid {
	background-color: #fee;
}

