@charset "utf-8";
/* The Moors Web Site Forms CSS Document */

textarea p {
	font: Arial, Helvetica, sans-serif;
}

fieldset {
	padding: 0;
	margin: 0;
	padding-bottom: 12px;
	border: none;
	border-top: 1px solid #C5CFFD;
}

fieldset label {
	width: auto;
}

legend {
	font-size: 1.2em;
	font-weight: bold;
}

input.text {
	width: 250px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 4px 12px;
	border: 1px solid #C5CFFD;
}

textarea.text {
	width: 250px;
	height: 150px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 4px 12px;
	border: 1px solid #C5CFFD;
}

label.form {
	display: inline-block;
	width: 100px;
	margin-left: 12px;
}

#contactUs {
	background: url(../images/bkgd_forms.png) bottom repeat-x;
	border-bottom: 1px solid #C5CFFD;
}

.submitButton {
	margin-left: 128px;
	border: 1px solid #FFF;
	background: #C5CFFD;
}

.resetButton {
	margin-left: 12px;
	border: 1px solid #FFF;
	background: #C5CFFD;
}