@charset "utf-8";
/* CSS Document */

body#contact-us #page_banner { background-image:url(../_img/graphics/page_banners/contact-us.jpg);}

body#contact-us #contact-info,
body#contact-us #contact-form { float:left; padding:0 10px 0 0; width:340px; margin:0 0 0 10px; }
body#contact-us #contact-info  { width:320px; }

#theContactForm {-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;}
#theContactForm div { margin:0 0 10px 0; }
#theContactForm div label { float:left; width:90px; margin:0 5px 0 0; line-height: 25px;  }

#theContactForm input.text, #theContactForm textarea, #theContactForm input.contactbox { width:195px; border:1px solid #ccc; padding:5px; font-size:12px; outline:none; }
#theContactForm input.text:focus, #theContactForm input.contactbox:focus, #theContactForm textarea:focus { border:1px solid #29b4f5; }
#theContactForm textarea { height:150px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

#recaptcha_image { margin:0 auto; }
#theContactForm { margin: 10px 0; padding: 7px 7px 7px 12px; }
.FormSubmitButton, .FormSubmitButton:hover { width: 120px; margin-left:90px; }
div#recaptcha_widget { margin-bottom:0; }
#main_content #theContactForm h2 { margin: 0 0 15px 0; text-align: center; color: #444; }

#supportmessage {
    background-color: #ffffef;
    border: 1px dashed red;
    padding:7px;
}
#theContactForm #deptwrapper { margin:0 0 0 95px; padding-top: 5px; }
#deptwrapper span { width:90px; margin-bottom:2px; display:block; float:left; }
#deptrow2 { clear:left; }
