/*
 * SimpleModal Contact Form
 * http://simplemodal.com
 *
 * Copyright (c) 2013 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 */

/* Overlay */
#contact-overlay {
    background-color: #000;
}

/* Container */
#contact-container {
    /*font: 16px/22px 'Trebuchet MS', Verdana, Arial;*/
    text-align: left;
    width: 320px;
    min-height: 470px;
    box-shadow: 0px 0px 15px #000;
    background-color: #333;
    padding: 1em 2em;
}

#contact-container .contact-content {
    color: #ddd;
    height: 400px;
}

#contact-container .contact-title {
    color: #eeeeee;
    margin-top: 0;
}
#contact-container .contact-title span {
    color: #d76300;
    font-size: 1.5em;
}

#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: #c00;
    font-size: 13px;
    line-height: 18px;
    margin: 0 auto;
    padding: 2px;
}

#contact-container br {
    clear: both;
}

#contact-container form {
    margin: 0;
    padding: 0;
}

#contact-container label {
    clear: left;
    display: block;
    float: left;
    font-weight: normal;
    padding-right: 4px;
    text-align: left;
    width: 100px;
}

#contact-container .contact-input {
    background: #eee;
    border: 1px solid #fff;
    font-family: 'Trebuchet MS', Verdana, Arial;
    float: left;
    margin: 0.25em 0 0.5em 0;
    padding: 5px;
    width: 300px;
}

#contact-container textarea {
    height: 60px;
}

#contact-container .contact-cc {
    cursor: default;
    font-size: 14px;
    vertical-align: top;
}

#contact-container .contact-top {
    background-color: #333;
    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 {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    clear: both;
    color: #ffffff;
  margin-top: 30px;
}

#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {
    color: #d76300;
    position: relative;
    text-decoration: none;
}

#contact-container .contact-bottom a:hover {
    color: #888;
}

#contact-container .contact-button {
    background: #d76300;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    width: 98%;
    height: 32px;
    margin: 1em 0;
    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;
}
