/*
 * 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 */
#contact-container {font: 12px/1.5 Arial, Helvetica, sans-serif; text-align:left; width:680px; height:auto !important; border:5px solid #666666; background:#fff;}

#contact-container .contact-content {background-color:#fff; color:#000; width:600px; margin:20px auto; clear:both;}
#contact-container h1 {color:#000; font-size:16px; line-height:20px; margin:0; padding:0; text-align:left;}
#contact-container .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;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {background:#000; border:2px solid #ccc; font-size:14px; font-weight:bold; line-height:18px; margin:0 auto; padding:2px; width:92%;}
#contact-container br {clear:both;}
#contact-container form {margin:0px; padding:0; overflow:hidden; height:368px;}
#contact-container label {clear:left; display:block; float:left; text-align:left; width:90px;}
#contact-container textarea {height:114px;}
#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
#contact-container .contact-top {background-color:#fff; font-size:12px; height:13px; line-height:12px; text-align:center; -webkit-border-top-right-radius:8px; -webkit-border-top-left-radius:8px; -moz-border-radius-topright:8px; -moz-border-radius-topleft:8px; border-radius:8px 8px 0px 0px;}
#contact-container .contact-bottom {background-color:#fff; font-size:12px; height:13px; 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;}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {color:#666; position:relative; top:-4px; text-decoration:none;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {background:#d76300; border:0; color:#fff; cursor:pointer; font-size:16px; font-weight:bold; height:26px; margin:4px 0 0 4px; text-align:center; vertical-align:middle; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;}
#contact-container .contact-button:hover {background:#f49000;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {color:#999; font-size:18px; font-weight:bold; position:absolute; text-decoration:none; right:8px; top:0px;}
#contact-container a.modal-close:hover {color:#ccc;}

#contactUsForm{ margin:0px; padding:0; border:0;  height:368px; display:block; width:100%;}
#contactUsForm strong{ padding:0px; color:#000; background:none; font-size:13px;}

#contactUsForm .contact_username{ width:100%; clear:both; float:left; }
#contactUsForm .contact_username p{ width:50%; height:auto; float:left; padding:0px;}
#contactUsForm .contact_username p label{ float:left; line-height:25px; height:auto; width:auto; }
#contactUsForm .contact_username p input{ clear:both; border:1px solid #ccc; line-height:25px; float:left; margin:0px; width:99%;}

#contactUsForm .contact_usertext{ clear:both; width:100%; margin-top:15px; float:left;}
#contactUsForm .contact_usertext label{ float:left;line-height:25px; height:auto; width:auto; padding:0px; }
#contactUsForm .contact_usertext textarea{ float:left; margin:0px; padding:5px; border:1px solid #ccc; width:588px; clear:both; min-width:588px; max-width:588px; height:160px; }

.contact-content .forward { float:left; margin:10px 0px 0px 0px; }
#contact-container .contact-input {background:#ccc; border:1px solid #fff; float:left; padding:3px 5px; margin:0px; width:auto; cursor:pointer;}

.contact_link_faq{ float:left; width:100%; margin-bottom:15px; text-transform:capitalize; line-height:26px; border-bottom:1px solid #ccc; padding-bottom:8px; }
.contact_link_faq a{ width:auto; line-height:26px;  text-decoration:underline; margin-left:5px;}
.contact_link_faq a:hover{ color:#f00; font-weight:bold;}

#contactUsFAQ{ margin:0px; padding:15px 0; border:0; border-top:1px solid #ccc; height:338px; display:block; width:100%; }
.contact_link_form{ float:left; clear:both;  text-transform:capitalize; line-height:26px;}
.contact_link_form a{ float:right; width:auto; line-height:26px;  text-decoration:underline; text-indent:5px;}
.contact_link_form a:hover{ color:#f00; font-weight:bold;}



.simplemodal-wrap{ height:auto !important;}


#contact-container .contact-title{  background:#fff; position:absolute; left:45% ; top:45%; text-align:center; height:auto;}