/*
 * SimpleModal Contact Form
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2007 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: contact.css 30 2007-10-23 19:47:07Z emartin24 $
 *
 */
 
/* Overlay */
#postModalOverlay {height:100%;width:100%;position:fixed;left:0;top:0;z-index:3000;background-color:#000;cursor:default;}

/* Container */
#postModalContainer {height:385px;width:430px;position:fixed;left:50%;top:15%;margin-left:-215px;z-index:3100; font-family:Tahoma, Verdana, Arial;}
#postModalContainer .content {height:370px;color:#ddd;background:url('../images/contact/modal-post-content.png') repeat-y;}
#postModalContainer h1 {color:white;margin:0;padding:15px 0px 10px 12px;font-size:13px;}
#postModalContainer .loading {position:absolute;background:url('../images/contact/loading2.gif') no-repeat;z-index:8000;height:55px;width:54px;margin:-14px 0 0 170px; padding:0;}
#postModalContainer .message {text-align:left;margin:0px 0px 0px 0px;}
#postModalContainer .error {text-align:center;width:92%;background:#000;border:2px solid #ccc;font-size:11px;font-weight:bold; margin:0 auto; padding:2px;}
#postModalContainer label {margin:5px 0px 0px 15px;text-align:left;padding-right:4px;font-weight:bold;}

#postModalContainer input, 
#postModalContainer textarea {padding:1px;margin:5px 2px 10px 15px;background:#eee;border:1px solid #fff;font-family:Tahoma, Verdana, Arial;}

#postModalContainer input:hover, 
#postModalContainer textarea:hover{background-color:#FFC;}

#postModalContainer input:focus, 
#postModalContainer textarea:focus {background-color:#FFC;border-color:#FC6;}

#postModalContainer div.top {height:13px;background:url('../images/contact/modal-post-top.png') no-repeat;padding:0;margin:0;}
#postModalContainer div.bottom {height:13px;background:url('../images/contact/modal-post-bottom.png') no-repeat;padding:0;margin:0;}
#postModalContainer .send,
#postModalContainer .cancel {margin:0px 0px 0px 15px; cursor:pointer;}
#postModalContainer a.modalCloseImg {background:url('../images/contact/x.png') no-repeat;width:25px;height:25px;z-index:3200;position:absolute;top:4px;left:400px;cursor:pointer;}
#postModalContainer a.modalCloseX,
#postModalContainer a.modalCloseX:link,
#postModalContainer a.modalCloseX:active,
#postModalContainer a.modalCloseX:visited {text-decoration:none;font-weight:bold;font-size:10px;position:absolute;top:5px;left:370px;color:#999;}
#postModalContainer a.modalCloseX:hover {color:#ccc;}