/*
 * 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 213 2009-09-17 04:10:02Z emartin24 $
 *
 */

body {height:100%; margin:0;font-size:60%;}

#contact-overlay {background-color:#000; cursor:wait;}
#contact-container {width:560px; font-family:'Trebuchet MS', Verdana, Arial; font-size:12px; text-align:left;}
#contact-container .contact-content {background-color:#fff; color:#333; height:140px;}
#contact-container h1 {position:absolute; background:url(../img/contact/title.png) no-repeat; z-index:8000; height:16px; width:82px; margin:10px 0 0 20px; padding:0 0 6px 12px;font-size:1.2em;}
#contact-container h2 {color:#CCC; margin-left:0px; padding:12px 0px 0px 120px; font-size:1.0em; text-align:left;}
#contact-container .contact-loading-msg {text-align:center; color:#333;}
#contact-container .contact-loading {position:absolute; background:url(../img/contact/waiting.gif) no-repeat; z-index:8000; height:16px; width:16px; margin:6px 0 0 270px; padding:0;}
#contact-container .contact-message {text-align:left;}
#contact-container .contact-error {font-size:0.8em; font-weight:normal; width:90%; margin:0 auto; padding:2px;}
#contact-container br {clear:both;}
#contact-content br {clear:both;}
#contact-container form {padding:0; margin:0;}
#contact-container label {display:block; margin-left:0px; width:84px; float:left; text-align:right; padding-top:5px; padding-right:4px; font-weight:normal;}
#contact-container .input-box1 {width:488px; margin-left:20px; padding: 16px; background:#EAF0F5; border:1px solid #FFF; }
#contact-container .input-box2 {width:488px; margin-left:20px; padding: 16px; background:#D6E1EC; border:1px solid #FFF; }
#contact-container .contact-input1 {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#FFF; border:1px solid #AEC4D8; width:200px;}
#contact-container .contact-input2 {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#FFF; border:1px solid #AEC4D8; width:390px;}
#contact-container .contact-memo {font-size:0.8em; font-family:'Trebuchet MS', Verdana, Arial; float:left; color:#333; padding:0px; margin:6px; width:170px;}
#contact-container textarea {height:60px; font-size:.9em;}
#contact-container .contact-cc {margin:0px 0px 0px 20px;}
#contact-container .contact-cc2 {margin:0px 0px 0px 0px; font-size:.8em; cursor:default; vertical-align:middle;}
#contact-container .contact-top {height:13px; background:url(../img/contact/form_top.png) no-repeat; padding:0; margin:0;}
#contact-container .contact-bottom {height:13px; background:url(../img/contact/form_bottom.png) 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:#333;}
#contact-container .contact-bottom a:hover {color:#dd0;}
#contact-container .contact-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
/*
#contact-container .contact-cancel {width:156px; height:36px; background:url(../img/contact/cancel.png) no-repeat; margin-left:120px;}
#contact-container .contact-send {  width:156px; height:36px; background:url(../img/contact/send.png) no-repeat; margin-left:10px;}
*/
#contact-container .contact-cancel {width:155px; height:35px; margin-left:120px;}
#contact-container .contact-send {  width:155px; height:35px; margin-left:10px;}

#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {position:absolute; background:url(../img/contact/close.gif) no-repeat; z-index:8000; height:16px; width:16px; top:20px; right:20px; color:#066;}
#contact-container a.modal-close,
#contact-container a.modal-close:hover {background:url(../img/contact/close_on.gif);}
/* #contact-container a.modal-close:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:-4px; right:6px; color:#066;}*/
#contact-container a.modal-close:hover {color:#F00;}
