/*
 * 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 {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image:url("bgg.png");
	z-index: 1100;
	display: none;
}

/* Container */
#contact-container { text-align:left; width:450px;}

.contact-title{ height:15px;}

#contact-container .contact-content {background-color:#FFFFFF; color: #666666; height:20px; font-size:12px;}


#contact-container h1 {color:#999999; line-height:10px; margin:0; padding:10px; text-align:left;}

#contact-container .contact-loading {background:url(../img/contact/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:center;}


#contact-container .contact-error {background:#fff; border:1px solid #FF0000; font-size:10px; 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:100px;}


#contact-container .contact-input { float:left; padding:2px; margin:2px; width:300px; font-size:14px;	}


#contact-container textarea {height:114px;width:301px;}


#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}


#contact-container .contact-top {background-color:#FFFFFF; height:13px; margin:0; padding:0;}



#contact-container .contact-bottom {background-color: #FFFFFF; font-size:12px; height:13px; line-height:12px; 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 {color:#666; position:relative; top:-4px; text-decoration:none;}


#contact-container .contact-bottom a:hover {color:#888;}


#contact-container .contact-button {background:#999999; border:0; color:#fff; cursor:pointer; font-size:16px; font-weight:bold; height:26px; margin:4px 0 0 4px; text-align:center; vertical-align:middle; -webkit-border-radius:8px; -moz-border-radius:8px; border-radius:8px;}

#contact-container .contact-button:hover {background: #009900;}


#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; position:absolute; text-decoration:none; right:-17px; top:-12px; background-image:url(close.png); width:40px; height:30px;}


#contact-container a.modal-close:hover {color:#ccc;}