#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;
        float: left;
        height: 39px;
        width: 155px;
        margin: 0 5px 0 10px;
    }

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

    #contact-form input {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
        width: 85%;
        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;
    }

    #contact-form textarea {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        color: #666666;
        background: #f2f4f5;
        height: 170px;
        width: 85%;
        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 {
        width: 40px;
        margin-right: 39px;
        border-radius: 6px;
        background-color: #D8D8D8;
        color: #2B2B2B;
        padding: 3px 8px 3px 8px;
        border: 1px solid #AFAFAF;
    }

        #contact-form a:hover {
            margin-right: 39px;
            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;
    float: right;
    padding: 24px 26px 0 4px;
}

    .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;
}
