#Contact_Form {
	padding: 10px;
	border-top: 1px solid #5C431F;
	border-bottom: 1px solid #5C431F;
	border-left: 1px dotted #5C431F;	
	border-right: 1px dotted #5C431F;
	width: 465px;
		
}
#Contact_Form form {
	margin: 20px auto;
	width: 355px;
}
#Contact_Form img {
	border: none;
}
#Contact_Form input {
	border: 1px solid #5C431F;
	color: #B0520C;
	background-color: #F3EACD;
}
#Contact_Form select,
#Contact_Form textarea {
	border: 1px solid #5C431F;
	color: #B0520C;
	background-color: #F3EACD;	
}
#mainForm 
{
	position: relative;
	border: 1px solid #5C431F;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
	background-color: #ffffff;
}
ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;	
}

li.mainForm
{
	padding-bottom: 10px;
}


#mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}
input.mainFormError
{
	background-color: #FADADD;
}
textarea.mainFormError
{
	background-color: #FADADD;
}
select.mainFormError
{
	background-color: #FADADD;
}
#formHeader
{
	position: relative;
	width: 100%;
	background-color: #666699;
	margin:0 0 0 0;
	padding-bottom: 10px;
}
p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}
#formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}
h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}
p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}
#formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}
label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}
#confirm {
	width: 500px;
	height: 150px;
	margin: 200px auto 0 auto;
}
label.confirmSendoff
{
	margin: 10px 0 0 20px;
	border:none;	
	display:block;
	font-size: 13px;
	font-weight: normal;
	width: 500px;
	color: #000;
}
#background {
	background: url(/images/waves.jpg) no-repeat top left;
}
label.formFieldOption
{
	font-size:90%;
	display:block;
	margin:-19px 0 0 25px;
	padding:5px 0 5px 0;
	width:90%;
}



input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}

#Mainbody #Full_Page #Contact_Form .no_background img{
	background-color: transparent;
}
