@charset "UTF-8";
/* Cached: 20120204214507 */

#contact div {
    position: relative;
}
#contact label, #contact label span {
    display: block;
    position: relative;
}
#contact label {
    line-height: 1.81em;
    text-indent: .5em;
}
#contact label:hover {
    background: #e6e6e6;
}
#contact label input {
    position: absolute;
    top: 0;
    right: 0;
}
#contact textarea {
    width: 44.75em;
    width: 99%;
    height: 22.5em;
}
#contact label.mark input, #contact label.mark textarea {
    border-color: red;
}

.submit {
    float: right;
}

