/*
 * 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 {text-align:left; width:650px; font-family: "PuritanNormal", sans-serif; }
#contact-container .contact-content {background-color:#2b2a26; color:#ddd; height:40px;}
#contact-container h1 {color:white; font-size:16px; line-height:20px; margin:0; padding:0 0 6px 12px; text-align:left;}
#contact-container .contact-loading {background:url(../images/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:left;}
#contact-container .contact-error {background:#333; border:2px solid #ccc; font-size:12px; line-height:18px; margin:0 auto; padding:2px; width:92%;}
#contact-container br {clear:both;}
#contact-container form {margin:0; padding:0;}
#contact-container label {clear:left; display:block; float:left; padding-right:4px; text-align:right; width:200px;}
#contact-container .contact-input {background:#eee; border:1px solid #fff; float:left; padding:2px; margin:2px; width:400px;}
#contact-container textarea {height:114px;}
#contact-container .contact-top {background-color:#2b2a26; height:13px; margin:0; padding:0;}
#contact-container .contact-button {background:#333; border:0; color:#fff; cursor:pointer; font-size:14px; height:26px; margin:4px 0 0 4px; text-align:center; vertical-align:middle;}
#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:14px; position:absolute; text-decoration:none; right:8px; top:0px;}
#contact-container a.modal-close:hover {color:#ccc;}
