/*
 * 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:default; min-width: 1340px;}

/* Container */
#contact-container {font: 16px/22px 'Trebuchet MS', Verdana, Arial; text-align:left; width:450px;}
#contact-container .contact-content {border: 1px solid #cacaca; background-color: #6F6F6F;color:#ddd; min-height:40px;}
#contact-container h1 {color: #FFFFFF; font-size: 20px; line-height: 20px; margin: 10px auto; width: 278px; background-color: #A0A0A0; padding: 6px 0px 10px 0px; text-align: center; border-radius: 10px;}
#contact-container h2 {padding-top: 5px; color: #FFFFFF; font-size: 20px; line-height: 20px; margin: 0; padding: 17px 6px 13px 113px; text-align: left;}
#contact-container .contact-loading {background:url(../contacts/img/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; font-size: 13px;}
#contact-container .contact-error {background:#000; border:2px solid #ccc; font-size:14px; font-weight:bold; line-height:18px; margin:0 auto; padding:2px; width:92%;}
#contact-container br {clear:both;}
#contact-container form {margin:0; padding:0; margin-left: 45px;}
#contact-container label {clear:left; display:block; float:left; font-weight:bold; padding-right:4px; text-align:right; width:100px;color: #ffffff;line-height: 45px;}
#contact-container .contact-name {background:#eee; border:1px solid #fff; font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:10px; margin:4px; width:300px; background: url(/img/icone_name.png) #ffffff 8px 10px no-repeat; padding-left: 40px;}
#contact-container .contact-mail {background:#eee; border:1px solid #fff; font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:10px; margin:4px; width:300px; background: url(/img/icone_email.png) #ffffff 8px 12px no-repeat; padding-left: 40px; }
#contact-container .contact-phone {background:#eee; border:1px solid #fff; font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:10px; margin:4px; width:300px; background: url(/img/icone_phone.png) #ffffff 8px 10px no-repeat; padding-left: 40px; }
#contact-container textarea {height:114px;}
#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
#contact-container .contact-top {border: 1px solid #cacaca; border-bottom: 0px;background-color:#333; height:22px; margin:0; padding:0; -webkit-border-top-left-radius:8px; -webkit-border-top-right-radius:8px; -moz-border-radius-topleft:8px; -moz-border-radius-topright:8px; border-radius:8px 8px 0 0;}
#contact-container .contact-bottom {border: 1px solid #cacaca; border-top: 0px;background-color:#333; font-size:12px; height:22px; line-height:12px; text-align:center; -webkit-border-bottom-right-radius:8px; -webkit-border-bottom-left-radius:8px; -moz-border-radius-bottomright:8px; -moz-border-radius-bottomleft:8px; border-radius:0 0 8px 8px;}
#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: #FFC200; width: 171px; border: 0; color: #fff; cursor: pointer; font-size: 16px; font-weight: bold; height: 32px; margin: 7px 0 0 5px; text-align: center; vertical-align: middle;}
#contact-container .contact-button:hover {background:#f49000;}
#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; font-size:18px; font-weight:bold; position:absolute; text-decoration:none; right:8px; top:0px;}
#contact-container a.modal-close:hover {color:#ccc;}