﻿.contact-us-container
{
	width: 645px;
    padding: 0px 5px 0px 5px;
    margin: 20px 0 50px 0;
    font-family: Arial, Sans-Serif;
	font-size: 0.688em;
	color: #54301a;
}
.contact-us-container h1
{
	font-family: Georgia, Times New Roman, Serif;
	padding: 0;
	margin: 0;
	font-size: 1.636em;
}
.contact-us-container a
{
	font-weight: bold;
	color: #e2ab0c;
}
.contact-us
{
	margin: 0;
	padding: 0;
}
.contact-us-footer
{
	text-align: center;
	margin: 20px 0 20px 0;
}
.contact-us-textbox
{
	width: 350px;
	margin-left: 5px;
}
.contact-us-button
{
    margin: 0;
    padding: 0;    
    border: 0;
    cursor: pointer;
}
.contact-us-phone
{
	width: 50px;
	text-align: center;
	margin-left: 5px;
}
.contact-us-dropdown
{
	width: 354px;
	margin-left: 5px;
}
* html .contact-us-dropdown { margin-left: 8px; width: 356px; } /* IE Only */
.contact-us-multiline
{
	width: 350px;
	height: 100px;
	margin-left: 5px;
}
.contact-us-required
{
}
#contact_form:after 
{
    content: "";
    display: block; 
    height: 1px; 
    clear: both;
    visibility: hidden;
}
#contact_form {display: inline-block;}
/* Hides from IE-mac \*/
* html 
#contact_form {height: 1px;}
#contact_form {display: block;}
/* End hide from IE-mac */

#ctl00_ContentPlaceHolder1_contactUs1_btnReset
{
    background: transparent url(/images/contactUs/btn_reset.png) no-repeat center top;    
    width: 65px;
    height: 26px;
}

#ctl00_ContentPlaceHolder1_contactUs1_btnSubmit
{
    background: transparent url(/images/contactUs/btn_submit.png) no-repeat center top;    
    width: 76px;
    height: 26px;
}