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

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

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

/* Container */
#contact-container {font-family:arial; text-align:left; width:400px;}

#contact-container a.modalCloseX,
#contact-container a.modalCloseX:link,
#contact-container a.modalCloseX:active,
#contact-container a.modalCloseX:visited {border:none; color:#fff; font-size:17px; font-weight:bold; position:absolute; right:10px; top:5px; text-decoration:none;}
#contact-container a.modalCloseX:hover {color:#fff;}

#contact-container .contact-top {background:url(../images/modal-top.gif) no-repeat; height:13px; margin:0; padding:0;}

#contact-container .contact-content {background-color:#4d7eb4; color:#e9f4ff; height:40px;}
#contact-container .contact-title {color:#fff; font-size:17px; font-weight:normal; margin:0; padding:6px 0 15px 12px; text-align:left;}
#contact-container .contact-loading {background:url(../images/modal-loading.gif) no-repeat; height:55px; margin:-14px 0 0 170px; padding:0; position:absolute; width:54px; z-index:8000;}
#contact-container .contact-message {text-align:center;}

#contact-container .contact-error {width:92%; font-size:.8em; background:#163f6c; color:#fff; 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 {clear:left; display:block; float:left; font-weight:bold; padding-right:4px; text-align:right; width:100px;}
#contact-container .contact-input {background:#fff; border:1px solid #ccc; color:#4b91d5; float:left; font-family:tahoma; font-size:10px; font-weight:bold; padding:2px; margin:2px; width:250px;}
#contact-container textarea {height:60px;}

#contact-container .contact-button {border:0; color:#fff; cursor:pointer; font-size:12px; font-weight:bold; height:24px; margin:5px 0 0 5px; text-align:center;}
#contact-container .contact-send {background:url(../images/modal-send.png) no-repeat; width:50px;}
#contact-container .contact-cancel {background:url(../images/modal-cancel.png) no-repeat; width:65px;}

#contact-container .contact-instructions {padding-left:100px; margin-left:5px;}

#contact-container .contact-bottom {background:url(../images/modal-bottom.gif) no-repeat; height:13px; text-align:center;}
