/* Contact Modal Styles by Jared Cole */

#contact-modal {
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 15%;
    width: 366px;
    z-index: 999;
}
    .modal-bg {
        background:#000000;
        display: block;
        height: 100%;
        margin: 0;
        opacity: 0.7;
        position: absolute;
        width: 100%;
        z-index: 998;
    }

div.modal-top {
    background: url(../images/modal/contact_modal_top.png) no-repeat 0 0 transparent;
    border: 0;
    display: block;
    height: 19px;
    position: relative;
    width: 365px;
}

    div.close {
        background: url(../images/modal/contact_modal_close.png) no-repeat 0 0 transparent;
        border: 0;
        cursor: pointer;
        display: block;
        float: right;
        height: 28px;
        position: absolute;
        right: 0;
        top: -5px;
        width: 28px
    }

div.modal-body {
    background: url(../images/modal/contact_modal_body.png) repeat-y 0 0 transparent;
    border: 0;
    color: #333333;
    display: block;
    width: 365px;
}

    div.modal-body .inner-body {
        display: block;
        margin: 0 auto;
        width: 300px;
    }
    
    div.modal-body .inner-body h2 {
        font-size: 24px;
        font-weight: bold;
        text-shadow: 0 1px 0 #ffffff;
    }
    
    div.modal-body .inner-body p {
        font-size: 14px;
        line-height: 18px;
        text-shadow: 0 1px 0 #ffffff;
    }
    
div.modal-bottom {
    background: url(../images/modal/contact_modal_btm.png) no-repeat 0 0 transparent;
    border: 0;
    display: block;
    height: 61px;
    width: 365px;
}

#contact-modal input {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #666666;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    font-size: 20px;
    height: 25px;
    margin: 5px 0;
    padding: 2px 10px;
    width: 274px;
}

    #contact-modal input.contact-submit {
        background: none;
        border: 0;
        display: block;
        float: right;
        height: 36px;
        margin-bottom: 0;
        padding: 0;
        width: 94px;
    }

#contact-modal textarea {
    background: none repeat scroll 0 0 #F1F1F1;
    border: 1px solid #666666;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    font-family: "Lucida Grande", arial, sans-serif;
    font-size: 20px;
    height: 200px;
    padding: 2px 10px;
    margin: 5px 0;
    width: 274px;
}

#contact-modal .placeholder {
    color: #999999;
    font-style: italic;
    font-weight: normal;
}

#contact-modal .error {
    background: #ffbcbf !important;
    border: 2px solid #ed1c24 !important;
}