/* FORMS ON CONTACT PAGE ONLY */
fieldset.contact {
	width: 280px;
	margin-right: 20px;
	padding: 0px;
	margin: 0px;
	border: none;
}

fieldset.contact label {
	width: 60px;
	float: left;
	text-align: right;
	margin-bottom: 3px;
	margin-right: 3px;
	clear: left;
}

fieldset.contact input, fieldset.contact select, fieldset.contact textarea {
	width: 210px;
	float: right;
	text-align: left;
	margin-bottom: 3px;
	background-color: #FFF;
	border: 1px solid #8C9160;
	color: #666;
	font-family: georgia, garamond, sans-serif;
}

fieldset.contact input.send {
	clear: both;
	width: 60px;
	float: right;
	text-align: center;
}

fieldset.contact textarea {
	height: 64px;
}