/*
 * SimpleModal Contact Form
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: contact.css 185 2009-02-09 21:51:12Z emartin24 $
 *
 */

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

/* Container */
#contact-container {background: #333;width:450px; font-family:'Trebuchet MS', Verdana, Arial; font-size:16px; text-align:left;}
#contact-container .contact-content {margin:5px;background-color:#3A3A3A; color:#DDDDDD; height:60px;}
#contact-container h1 {/*color:#788564;*/color:#556B2F; margin:0; padding:0 1em 1em; font-size:1.2em; text-align:right;}
/*#contact-container .contact-loading {position:absolute; background:url(../img/contact/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}*/
#contact-container .contact-loading {background:url(../img/contact/ajax-loader.gif) no-repeat center center; z-index:8000; height:22px; width:126px; margin:10px auto; padding:0;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#contact-container br {clear:both;}
#contact-container form {padding:0; margin:0;}
#contact-container label {color: #CD853F;clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
#contact-container .contact-input {font-size:100%;font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:300px;}
#contact-container textarea {height:114px; font-size:.9em;}
#contact-container .contact-cc {font-size:.9em; cursor:default;}
#contact-container .contact-top {height:13px; background:url(../img/contact/form_top.gif) no-repeat; padding:0; margin:0;}
#contact-container .contact-bottom {height:13px; background:url(../img/contact/form_bottom.gif) no-repeat; font-size:.7em; text-align:center;}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {margin:4px 0 0; cursor:pointer; height:24px; border:0; font-size:0.8em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle; padding: 0;}
#contact-container .contact-send, #contact-container .contact-cancel {width:65px; background:url(../img/contact/button-bgt.png) no-repeat;}
#contact-container span.required { color: #CD853F;font-family:monospace;vertical-align:middle; }

#contact-container .contact-content { height: 400px; }

#simplemodal-overlay {
  background-color:#AAA;
  cursor:wait;
}

#simplemodal-container {
  height:400px;
  width:600px;
  background-color:#fff;
  border:3px solid #ccc;
}

#contact-container a.modalCloseX {
  background:url(../img/contact/x.png) no-repeat;
  cursor:pointer;
  display:inline;
  height:29px;
  position:absolute;
  right:-10px;
  top:-5px;
  width:25px;
  z-index:3200;
}

#or {
    background: #DADADA;
    border: 1px solid #CACACA;
    color: #556B2F;
    font-weight: bold;
    padding: 0 .5em;
}
    
