﻿/* Contact Submit Form */
.ContactForm .ConfirmationSection span { display: block; text-align: center; font-weight: bold; }

.ContactForm { clear: both; padding-top: 1em; }

.ContactForm fieldset { margin: 0.75em 0; border: 1px solid #cfcfcf; padding: 0.75em; }

.ContactForm fieldset legend {  }

.ContactForm span.FieldLabel 
{
	margin-right: 1em;	
	width: 150px;
	display: inline-block;
	margin: 0.5em 0;
}

.ContactForm .FieldBox 
{
	width: 50%;
	border:#3563871px solid;
	background-color:#cccccc;
}

.ContactForm textarea 
{
	 width: 99% !important;
	 height: 100px;
}

.ContactForm .ErrorMessage 
{
	margin-left: 150px;	
}

.ContactForm .ButtonOptions
{
	text-align: center;    
    margin-top: 1em;
    height: 3em;
    line-height: 3em;
}

.ContactForm .InputControl 
{
	background-color:#323232;
	border:#262626 1px solid;
	color:#fff;
	text-transform:uppercase;
	padding-top: 2px;
}
