@charset "utf-8";
/* CSS Document *//*
 * 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 254 2010-07-23 05:14:44Z emartin24 $
 */

/* Overlay */
#contact-overlay {background-color:#000; cursor:wait;}

/* Container */
#contact-container {font: 12px/18px Verdana; text-align:left; width:320px;}
#contact-container .contact-content {background-color:#fff; color:#828181; }
#contact-container h3 {color:#828181; font-size:14px; line-height:22px; font-weight:normal; font-family:Verdana, Geneva, sans-serifl; margin:0px 0px 7px 28px; padding:0 0 6px 6px; text-align:left;}
#contact-container .contact-loading {background:url(../img/contact/loading.gif) no-repeat; height:55px; margin:-14px 0 0 120px; padding:0; position:absolute; width:54px; z-index:8000;}
#contact-container .contact-message {text-align:center; margin-bottom:30px; color:#000}
#contact-container .contact-error {background:#D3C5B2; border:2px solid #ccc; font-size:12px; font-weight:bold; line-height:18px; margin:0px 0px 10px 25px; padding:2px 0px 0px 0px; width:246px;}
#contact-container br {clear:both;}
#contact-container form {margin:0px 0px 0px 25px; padding:0;}
#contact-container label {clear:left; display:block; color:#828181; float:left; font-weight:normal; text-align:left; width:200px; margin:8px 0px 2px 0px;}
#contact-container .contact-input {background:#fff; border:1px solid #d3d2d0; font-family:Verdana; float:left; width:229px; height:21px; padding:2px; *margin-left:-24px;}
#contact-container textarea {height:100px;}
#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
#contact-container .contact-top {background-color:#fff; height:13px; margin:0; padding:0; }
#contact-container .contact-bottom {background-color:#fff; font-size:12px; height:13px; line-height:12px; text-align:center;  height:200px;}
#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:#d1c9c6 ; border:0; color:#000; cursor:pointer; font-size:12px; font-weight:normal; margin:18px 0 0 90px; text-align:center; vertical-align:middle; }
#contact-container .contact-button:hover {background:#d1c9c6;}
#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {background:url(../../images/fancy_close.png) no-repeat left top; height:30px; width:30px; text-indent:-9999em; 
color:#999; font-size:18px; font-weight:bold; position:absolute; text-decoration:none; right:-7px; top:-7px; font-family:Verdana, Geneva, sans-serif;}
#contact-container a.modal-close:hover {color:#ccc;}

#contact-container .contact-inputcatcha {border:1px solid #d3d2d0; font-family: Verdana, cursive;font-size:12px;  float:left; padding:4px; margin:0px 4px 0px 0px; width:100px; text-align:center; letter-spacing:5px; height:35px; vertical-align:top;}
#contact-container .contact-inputcatchaval {
/*background:#A3725D; */
background-image:url(../../images/1.JPG);
	font-weight:bolder;
	font-style: oblique;
	font-size:18px;	
border:1px solid #B2B2B2; font-family: Verdana, cursive;float:left; padding:4px; margin:0px; width:100px; text-align:center; letter-spacing:3px; height:35px; vertical-align:top;}
#contact-container .contact-inputselect {background:#fff; border:1px solid #d3d2d0; font-family:Verdana; float:left; width:229px; height:25px; padding:2px;}


