#contact-form {
    margin: 10px 0 0 40px;
}

#contact-form label {
    display: block;
    float: left;
    width: 6em;
    line-height: 1.7em;
    height: 1.7em;
    font-weight: bold;
}

#contact-form .textfield, #contact-form textarea {
    border: 0;
    border-top: 1px solid #C4C1B9;
    border-left: 1px solid #C4C1B9;
    width: 240px;
}

#contact-form .textfield {
    line-height: 1.7em;
    height: 1.7em;
}

#contact-form textarea {
    overflow: auto;
    height: 6em;
}

#contact-form .field {
    margin-bottom: 0.5em;
}

#contact-form #send {
    border: 0;
    background: transparent url(../images/presentation/button-send.png) no-repeat;
    width: 91px;
    height: 43px;
    margin-left: 190px;
    cursor: pointer;
}

.form-error {
    color: #B83A1B;
}

#contact-form .error-field {
    border: 1px solid #B83A1B;
}
