/* $Id: form.css 2280 2006-10-30 14:28:45Z thomas $
 * Copyright (c) 2006 Codecenter. All rights reserved. */

#form table tr td h2 {
    margin: 11px 0px 5px 0px;
    font-family: Arial;
    font-weight: bold;
    font-size: 10pt;
    color: #000000;
}

#form table tr td div.text {
    font-family: Arial;
    font-size: 10pt;
    margin: 5px 0px 5px 0px;
}

#form table tr td span.optional {
    font-family: Arial;
    font-size: 10pt;
}

#form table tr td span.required {
    font-family: Arial;
    font-size: 10pt;
}
