/*
 * 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:#2f0432; cursor:wait;}

/* Container */
#contact-container {
    font: 16px/22px 'Trebuchet MS', Verdana, Arial;
    text-align:left;
    width: 90%;
    max-width: 500px;
    height: 600px;
  }
#contact-container .contact-content {
    height: auto !important;
    padding-bottom: 30px;
    background-color: #fff;
    color: #ddd;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
    -o-border-radius-bottomleft: 10px;
    -o-border-radius-bottomright: 10px;
}
#contact-container .contact-send {background: green!important;border-radius: 0px!important; padding-left:35px!important;padding-right:35px!important;padding-top: 5px!important;padding-bottom: 29px!important;font-size: 14px !important;text-transform: uppercase;font-weight: 600 !important;margin-top: 10px !important;}
#contact-container .contact-cancel {background: red!important;border-radius: 0px!important; padding-left:40px!important;padding-right:40px!important;padding-top: 5px!important;padding-bottom: 29px!important;font-size: 14px !important;text-transform: uppercase;font-weight: 600 !important;margin-top: 10px !important;margin-left: 10px !important;}
#contact-container h1 {
    color: #143360;
    font-family: "Open Sans";
    font-weight: lighter;
    font-size: 37px;
    line-height: 37px;
    margin: 0;
    padding: 70px 0px 40px 0px;
    text-align: center;
}
@media only screen and (max-width: 500px) {
    #contact-container h1 {
        font-size: 20px;
    }
}
#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:transparent;
  border:0px solid #ccc;
  font-size:14px;
  font-weight:bold;
  line-height:18px;
  margin:0 auto;
  padding:2px;
  width:92%;
  color: #E81540;
  margin-top: -107px;
}
#contact-container br {clear:both;}
#contact-container form {
    position: relative;
    margin:0;
    padding:0;
}
#contact-container label {
    clear: left;
    display: block;
    float: left;
    padding-right: 4px;
    text-align: right;
    width: 140px;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-top: 10px;
    color: #ddd;
}
#contact-container .contact-input {
    background: #fff;
    border: 1px solid #eee;
    color: black;
    font-family: 'Trebuchet MS', Verdana, Arial;
    float: left;
    padding: 2px;
    margin: 2px;
    width: 230px;
    height: 40px;
    margin-bottom: 10px;
    border-radius: 0px;
}
#contact-container textarea {height:114px;}
#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;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -o-border-radius-topleft: 10px;
    -o-border-radius-topright: 10px;
}
#contact-container .contact-bottom {background-color:#333; font-size:12px; height:40px; 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-button {
    /*position: absolute;*/
    left: 0;
    right: 0;
    bottom: -20px;
    width: 156px;
    height: 26px;
    margin: auto;
    background: #ebeff7 !important;
    border: 2px solid #2f0432;
    border-radius: 30px !important;
    color: #2f0432;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: ease-in-out 0.3s;
    -moz-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}
#contact-container .contact-button:hover{
  background: #2f0432 !important;
  color: #ebeff7;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}
#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: 18px;
    top: 10px;
}
#contact-container a.modal-close:hover {color:#ccc;}
div#simplemodal-data {
    height: 600px;
}
