<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#contact-form {
    position: relative;
    vertical-align: top;
    width: 100%;
    z-index: 1;
}

    #contact-form fieldset {
        border: none;
        padding: 0;
        margin: 0 auto;
    }

    #contact-form label.name, label.email, label.phone {
        position: relative;
        height: 39px;
        width: 155px;
        margin: 0px 10px;
    }

    #contact-form label.message {
        position: relative;
        width: 100%;
        height: 188px;
        margin: 0px;
    }

    #contact-form input {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
        width: 100%;
        border: 0;
        margin: 0;
        background: #f2f4f5;
        padding: 9px 15px;
         border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: inset 0px 0px 2px 0px #b4b5b6;
        -moz-box-shadow: inset 0px 0px 2px 0px #b4b5b6;
        -webkit-box-shadow: inset 0px 0px 2px 0px #b4b5b6;
        outline: none;
        display:inline-block;
    }

    #contact-form textarea {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
        background: #f2f4f5;
        height: 170px;
        width: 100%;
        border: 0;
        margin: 15px 0;
        padding: 9px 15px;
        overflow: auto;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        box-shadow: inset 0px 0px 2px 0px #b4b5b6;
        -moz-box-shadow: inset 0px 0px 2px 0px #b4b5b6;
        -webkit-box-shadow: inset 0px 0px 2px 0px #b4b5b6;
        outline: none;
    }

    #contact-form .area .error {
        float: none;
    }

    #contact-form a {
border-radius: 6px;
background-color: #D8D8D8;
color: #2B2B2B;
padding: 3px 8px 3px 8px;
border: 1px solid #AFAFAF;
    }
    #contact-form a:hover {
border-radius: 6px;
background-color: #ABACAD;
color: #2B2B2B;
padding: 3px 8px 3px 8px;
border: 1px solid #AFAFAF;
cursor: pointer;
    }
    #contact-form .success {
        display: none;
        margin-bottom: 20px;
    }

    #contact-form .error,
    #contact-form .empty {
        color: #f00;
        font-size: 11px;
        line-height: 2em;
        overflow: hidden;
        display: none;
    }

.buttons-wrapper {
    position: relative;
    text-align:right;
    width:100%;
}

    .buttons-wrapper a {
        margin-right: 8px;
    }

#contact-form .error {
    width:181px;
    position: relative;
    float: none;
    display: block;
    z-index: 100;
    min-height: 0;
}

.specialAlign {
    top: -22px;
}

.form-submitted {
    width: 150px;
    margin: 0 auto;
}
</pre></body></html>