#send_postcards textarea {
    background-color:#E4E4E4;
    border-color:#C3A972;
}
/* above is ulusaba specific */

#send_postcards textarea {
    border:1px solid #C3A972;
    color:#000000;
    font-size:11px;
    width:200px;
    font-family: Arial,Helvetica;
}
#postcardForm input.error {background-color: yellow}
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

