div.formfield {
    margin-bottom:      10px;
}

div.formfield label {
    display:            block;
    font-weight:        bold;
}

div.formfield input, div.formfield textarea {
    width:              300px;
}

span.req {
    font-weight:        normal;
    color:              #cc0000;
}

input.req, textarea.req {
    background-color:   #fae5e5;
    border:             1px solid #cc0000;
}

p.error {
    color:              #cc0000;
    font-weight:        bold;
}