/*
 * 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 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

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

/* Container */
#contact-container {font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; width:345px;height:137px;}
#contact-container .contact-content {background:url(../img/contact/popbg2.png) no-repeat; width:345px;height:137px;}
#contact-container h1 {color:#d76300; font-size:13px; line-height:14px; margin:0; padding:50px 0 6px 45px; text-align:left;position:absolute;font-weight:bold;}
#contact-container .contact-loading {background:url(../img/contact/loading.gif) no-repeat; height:30px; margin:-14px 0 0 110px; padding:0; position:absolute; width:30px; z-index:8000;top:45px;left:;}
#contact-container .contact-message {text-align:center;position:absolute;padding-top:140px;width:345px;z-index:-3;color:#FF9900;font-size:12px;display:none;}
#contact-container .contact-error {background:#FFFFCC; border:2px solid #ccc; font-size:14px; font-weight:bold; line-height:34px; margin:0 auto; padding:2px; width:92%;color:#FF0000;}
#contact-container br {clear:both;}
#contact-container form {margin:0; padding:0;}
#contact-container label {clear:left; display:block; float:left; font-weight:bold; padding-right:3px; text-align:left; width:100px;}
#contact-container .contact-input {background:#FFFFFF; border:1px solid #CCCCCC; font-family:'Arial'; float:left;height:18px; margin:0px; width:130px;}
#contact-container textarea {height:114px;}
#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}

#contact-container .contact-bottom {background-color:#333; 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 {cursor:pointer; font-size:0px;height:22px; width:65px; margin:0px 0 3px 3px; text-align:right; vertical-align:top;}
#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; left:320px; top:0px;padding-right:10px;padding-top:5px;float:left;z-index:9000}
#contact-container a.modal-close:hover {color:#ccc;}
#text {font-family:Arial;color:#FF6600;font-size:12px;padding-top:40px;padding-left:44px;}
.ltext {font-family:Arial;font-weight:normal;font-size:12px;color:#0087d4;}