/* Start of CMSMS style sheet 'Style: Forms' */
input, textarea {
	background: #fffff0;
	border: 1px solid #aaa;
	font-family: "Courier New", courier, monospace;
	padding: 1px;
}

select {
	background: #fffff0;
	border: 1px solid #aaa;
	padding: 1px;
}

textarea {
	width: 95%;
}

.contact div {
	width: 95%;
	padding: 0.25em 0 0.25em 0;
	background-color: #fff;
}

.contact div label {
	display: block;
	width: 10em;
}

.contact div.required {
	color: #b71401;
}

.contact fieldset {
	padding: 1em;
}

.contact fieldset legend {
	font-weight: bold;
	padding: 0 0 5px 0;
	margin-left: -.5em;
}

.contact .fbsubmit {
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	padding: 1px;
	background: #c3c794;
}

/* End of 'Style: Forms' */

