form.contact {
    display: block;
}
.contact label {
    float: left;
    width: 130px;
}
.contact input:focus, textarea:focus, select:focus {
    background: #ffc;
}
.contact input, textarea, select {
    min-width: 190px;
}
.contact span.required {
    color: #a81b29;
    font-style: italic;
}
.contact input.required {
    color: #000000;
    font-style: normal;
}
.contact button {
    margin-left: 185px;
}
.contact #coverletter {
    width: 400px;
    height: 100px;
}
.contact .errormessage {
    display: none;
    color: #a81b29;
    font-style: italic;
    line-height: 10px;
    margin: 0 0 0 130px;
    padding: 0;
}
.contact .errormessage.invalid {
    display: block;
}
.contact input.invalid, .contact select.invalid {
    background: #FFCCCC;
}
.contact #errormessage {
    display: none;
    width: 400px;
    color: #a81b29;
    font-style: normal;
    font-size: larger;
    margin: 0 0 10px 0;
    padding: 0;
    line-height:normal;
}
.contact #errormessage.invalid {
    display: block;
}