.fieldname {
    background: #d4e7f8;
    font-weight: bold;
    line-height : 12px;
    border: 1px solid #fff;
}

td.total {
    border-top: 1px solid #005dac;
    background: #d4e7f8;
    text-align: right;
    font-weight: bold;
    }

td.summary {
    text-align: right;
    }

th {
    border-bottom: 1px solid #005dac;
    background: #3694e3 url('../images/back_light.gif') repeat-x 0 1px;
    color: #000;
    text-align: left;
    }

p {
    padding: 0;
    margin: 0 0 14px 0;
    }

.small {
    font-size: 85%;
    }

.errorbox {
    margin: 16px;
    padding: 8px;
    border: 1px solid #a00;
    background: #fdd;
    }

.error {
    color: #900;
    }

.required {
    color: #900;
    font-weight: normal;
    }

.grayed {
    color: #888;
    }

.altcolor {
    background: #e0f0ff;
    }

.list td {
    vertical-align: top;
    }

#loginbox {
    background: #ccc;
    }

