﻿/* 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 { color:#00a9aa; }

.ContactForm span.FieldLabel 
{
	margin-right: 1em;	
	width: 150px;
	display: inline-block;
	margin: 0.5em 0;
}

.ContactForm .FieldBox 
{
	width: 50%;		
	border:#d4d4d4 1px solid;
	background-color:#fff;
	color:#757575;
}

.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 
{
border:#018586 1px solid;
	border-bottom:#006465 1px solid;
	background:#00a9aa url(../imgs/bg-btn.gif) bottom repeat-x;
	color:#fff;
	height:21px;	
}


.GoogleMapDiv
{
	float: left;
	margin-top: 10px;
	margin-right: 5px;
}
