﻿#FormContainer,
#ContactResponse
{
	background-color: #FAF4D5;
	border: 3px solid #866B01;
	margin: 15px;
	padding: 10px;
	overflow: auto;
}
#FormContainer h2,
#ContactResponse h2
{
	color: #866b01;
	font-weight: bold;
	margin-bottom: 10px;
}
#ContactForm 
{
	font-size: 0.86em;
	margin-top: 10px;
}
#ContactForm p 
{
	clear: both;
	margin-top: 20px;
}
fieldset 
{
	overflow: auto;
}
fieldset.secondary
{
	float: left;
	width: 400px;
}
fieldset.comments textarea 
{
	width: 380px;
	height: 100px;
	border: 1px solid #4F2301;
}
fieldset .input 
{
	float: left;
	width: 180px;
	padding: 10px 10px 0 10px;
}
fieldset .input label 
{
	display: block;
}
fieldset .input label.required 
{
	font-weight: bold;
	color: #4F2301;
}
fieldset .input input,
fieldset .input select 
{
	width: 175px;
	border: 1px solid #4F2301;
}
#Buttons 
{
	clear: both;
	margin: 20px 50px 15px 0;
	text-align: right;
}
