/*
 * SimpleModal Contact Form
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: contact.css 254 2010-07-23 05:14:44Z emartin24 $
 */

/* Overlay */
#contact-overlay {background-color:#000; cursor:wait;}

/* Container */
.blocks {font-family:Trebuchet MS; text-align:left; width:100%; margin:0px; padding:20px 0 0 0; overflow:hidden !important;}
.blocks div{margin-bottom: 4px;overflow: hidden;}
.captchaBox{margin-left:17px !important;}
.blocks #recaptcha_widget_div div{margin-bottom:0px!important;}
.blocks .contact-content {background-color:#3f4446; color:#ddd; height:370px!important;padding: 5px 20px;}
.blocks h1 {color: #9AEFE4; font-size:20px; line-height:20px; margin:0; padding:0 0 12px 12px; text-align:left;}
.blocks .contact-loading {background:url(../img/contact/loading.gif) no-repeat; height:55px; margin:-14px 0 0 190px; padding:0; position:absolute; width:54px; z-index:8000;}
.blocks .contact-message {text-align:center;}
.blocks .contact-error {background:#000; border:2px solid #ccc; font-size:14px; font-weight:bold; line-height:18px; margin:0 auto; padding:2px; width:92%;}
.blocks br {clear:both;}
.blocks form {margin:0; padding:0;}
.blocks label {clear:left; display:block; color: #EDEDED; float:left; font-size:14px; padding-left:10px ;text-align:left; width:110px;}
.blocks input {background:#eee; border:1px solid #fff; font-family:Verdana; float:left; padding:2px 7px; margin:2px; width:317px; height:25px; margin-bottom: 5px;outline: none; font-size:12px; border-radius: 5px ;-moz-border-radius:5px;-webkit-border-radius:5px;behavior: url(border-radius.htc); }
.blocks select{background:#eee; border-radius: 4px; border:1px solid #fff;margin-bottom: 5px; height: 55px; padding:3px; outline:none ;width:317px;margin-left: 2px; width: 317px\9;margin-left:-2px\9;}

.blocks textarea {height:114px;}
.blocks .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
.blocks .contact-top {background-color:#3f4446; height:13px; margin:0; padding:0; -webkit-border-top-left-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; border-radius:8px 8px 0 0;}
.blocks .contact-bottom {background-color:#3f4446; font-size:12px; height: 20px; line-height:12px; text-align:center; -webkit-border-bottom-right-radius:8px; -webkit-border-bottom-left-radius:8px; -moz-border-radius-bottomright:8px; -moz-border-radius-bottomleft:8px; border-radius:0 0 8px 8px;}
.blocks .contact-bottom a,
.blocks .contact-bottom a:link,
.blocks .contact-bottom a:active,
.blocks .contact-bottom a:visited {color:#666; position:relative; top:-4px; text-decoration:none;}
.blocks .contact-bottom a:hover {color:#888;}
.blocks .submit {background:#006d87; border:0; color:#fff; cursor:pointer; font-size:16px; font-weight:bold; height:24px; margin:4px 0 0 4px; text-align:center; vertical-align:middle; -webkit-border-radius:6px; -moz-border-radius:6px; border-radius:6px; margin:0 auto; text-transform:uppercase; width: auto!important; float:none;padding: 1px 14px;}
.blocks .submit:hover {background:#005348;}
.blocks a.modal-close,
.blocks a.modal-close:link,
.blocks a.modal-close:active,
.blocks a.modal-close:visited {color:#999; font-size:18px; font-weight:bold; position:absolute; text-decoration:none; right:8px; top:0px;}
.blocks a.modal-close:hover {color:#ccc;}
.NoCap{color: #00FFF5;
margin-bottom: -16px;
display: inline-block;
margin-left: 11px;
font-family: Trebuchet MS;
font-size: 14px;
margin-top: 2px;}
