/* =Modal Form
-------------------------------------------------------------- */

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }

* html .clearfix { zoom: 1; } /* IE6 */
*+html .clearfix { zoom: 1; } /* IE7 */

body {
    background-color: #ffeff2;
}

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

#modal-form {
    width: 462px;
    height: 790px;
    padding: 20px 30px 0 20px;
    font-family: Arial;
}

#modal-form h1 {
    color: #41721b;
    font-family: Georgia;
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    margin-bottom: 10px;
}

#modal-form div.items {
    width: 445px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #ffdfe5;
    padding: 3px 0;
}

    label.item-label {
        font-size: 15px;
        font-style: italic;
        width: 105px;
        float: left;
        display: block;
        line-height: 32px;
        color: #9b4506;
        padding-left: 3px;
    }
    .wpcf7-form-control-wrap {
        display: block;
        float: left;
        width: 337px;
    }
    #modal-form .wpcf7-text,
    #modal-form select,
    #modal-form textarea {
        background: #c95603 url(images/bg-input.png) repeat-x 0 0;
        width: 320px;
        padding: 5px 7px;
        font-size: 14px;
        margin-top: 2px;
        color: #fff;
        border: 1px solid #ff7f04;
        border-top-color: #ae5616;
        border-left-color: #ae5616;
    }
    #modal-form textarea {
        background: #c85502 url(images/bg-textarea.png) repeat-x 0 0;
    }
    #modal-form select {
        width: 336px;
        background: #c85502;
    }

    #modal-form span.wpcf7-list-item {
        width: 90px;
        padding-top: 4px;
        float: left;
        display: block;
        color: #8f3f06;
    }

    #modal-form div.height-container {
        width: 110px;
        float: left;
    }

    #modal-form div.height-container span.wpcf7-form-control-wrap {
        width: 65px;
    }

    #modal-form div.height-container span.height-label {
        float: left;
        line-height: 32px;
        color: #8f3f06;
    }

    #modal-form div.height-container select {
        width: 60px;
    }

    div.form-buttons {
        padding-top: 20px;
        text-align: center;
    }
        #form-submit {
            width: 310px;
            height: 65px;
            border: 0;
            cursor: pointer;
            background: #ffeff2 url(images/btn-submit.png) no-repeat 0 0;
        }

#modal-form  div.wpcf7-response-output {
    position: absolute;
    padding: 20px;
    margin: 0;
    top: 10px;
    width: 405px;
    border: 1px solid red;
    background-color: #fff;
}

#modal-form .wpcf7-mail-sent-ok {
    color: #8f3f06;
    line-height: 15px;
}

#modal-form  span.wpcf7-not-valid-tip {
    top: 4px;
    left: 2px;
    width: 310px;
    padding: 4px 11px;
    border: 0;
    background-color: #fafafa;
    color: #ff0000;
    white-space: nowrap;
}
