/*
 * 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: normal 12px/16px 'Arial'; text-align:left; width:450px;}
#contact-container .contact-content {
    background-color: #0096D2;
    color: white;
    font-family: Arial,Helvetica;
    font-size: 14px;
    font-weight: bold;
}
#contact-container .contact-content {
    
}
#contact-container h1 {color:#d97802; font-size:18px; line-height:18px; margin:0; padding:0 0 6px 12px; 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:#FFFFCC; color: black; 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;}
#contact-container label {clear:left; display:block; float:left; font-weight:bold; padding: 6px 4px 2px 0; text-align:right; width:100px;}
/*#contact-container .contact-input {background:#eee; border:1px solid #fff; font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:4px; width:300px;}*/

#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
#contact-container .contact-top {background-color:#0096d2; height:13px; 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 {background-color:#0096d2; font-size:12px; height:13px; 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:#d97802; 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:#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;}

#contact-container textarea {
    height: 79px;
    padding: 5px;
    width: 363px;
    resize: none;
    
}
.input-popup1, .input-popup2, .input-popup-select {
    height: 35px;
    padding-left: 5px;
}
#pop-up {
    background-image: url("/ws-content/images/pop-up/background.png");
    background-repeat: no-repeat;
    color: white;
    font-weight: bold;
    height: 439px;
    width: 504px;
}
.input-popup1, .input-popup2, #input-popup3, .input-popup-select{
    border: 0px;
    border-radius: 5px;
    box-shadow: 0 0 2px rgba(0,0,0,1) inset;
        -webkit-appearance: none;
    border: 1px solid #0584b7;

}
.pup-up-error-field {
    background: #ffffcc;
    /*border: 1px solid #000;*/
}
.input-popup1{width: 178px;}
.input-popup2{width: 370px;}
.input-popup-select{
    width: 370px;
    height: 32px;
    margin: 0;
    /*padding-top: 7px;*/
    line-height: 28px;
}
#input-popup3{
    height: 86px;
    width: 370px;
}

#pop-up span{
}
#contact-pop-up-close {
    text-align: right;
    padding: 10px 10px 0;
}
#pop-up input {
    padding-bottom: 5px;
}
#contact-pop-up-sendbtn {
    padding-top: 15px;
}
