<STYLE text="css">
BODY
{
    background-color: #FFFFFF;
    font-size: 15px;
}
.formField
{
}
.fieldName
{
    text-align: right;
}
.fieldContent
{
}
INPUT
{
    border: 1px solid black;
}
.success
{
    color: green;
    font-weight: bold;
}
.error
{
    color: red;
    font-weight: bold;
}
</STYLE>
