/*
 * 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 238 2010-03-11 05:56:57Z emartin24 $
 *
 */

body {height:100%; margin:0;}

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

/* Container */
#contact-container {width:450px; font-size:16px;  font-family:Georgia, "Times New Roman", Times, serif; text-align:left;}
#contact-container .contact-content {background-color:#222222; background-image:url(../images/template/noise.gif); background-repeat:repeat; left:50px; color:#FFF; height:50px; border:1px solid #000; -webkit-border-radius:10px; -moz-border-radius:10px; padding-top:20px; padding-bottom:40px}
#contact-container .contact-title-image { position:relative; left:25px; margin-bottom:10px; }
#contact-container h1 { position:absolute; color:#47c4f3; margin:0; top:60px; left:72px; font-size:12px; text-align:left; font-weight:normal; }
#contact-container .contact-loading {position:absolute; background:url(../images/contact/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; top:35px; right:20px; padding:0;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {width:80%; font-size:.8em; background:#47c4f3; color:#FFF; font-size:0.9em; font-weight:normal; margin:0 auto; padding:8px; margin-bottom:5px}
#contact-container br {clear:both;}
#contact-container form {padding:0; margin:0;}
#contact-container label {clear:left; display:block; width:70px; float:left; padding:10px 10px 0 35px;}
#contact-container .contact-input {font-family:Arial, Helvetica, sans-serif; float:left; padding:4px; margin:3px; background:#eee; border:1px solid #fff; width:283px;}
#contact-container textarea {height:50px; font-size:12px;}
#contact-container .contact-cc {font-size:.9em; cursor:default;}
#contact-container .contact-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:14px; font-weight:normal; color:#fff; text-align:center; vertical-align:middle;}
#contact-container .contact-send { width:50px; background:url(../images/contact/send.png) no-repeat; font-family:Georgia, "Times New Roman", Times, serif;}
#contact-container .contact-cancel {width:65px; background:url(../images/contact/cancel.png) no-repeat;font-family:Georgia, "Times New Roman", Times, serif; }
#contact-container a.modal-close { background-image:url(../images/contact/fancy_close.png); width:30px; height:30px; position:absolute; top:-10px; right:-10px; }

