﻿table.form tr.separator
{
    background-image: url(topgrad.png);
    background-repeat: repeat-x;
    background-position: left top;
}

table.form td.info
{
    padding: 8px 2px 2px 2px;
}

table.form td
{
    padding: 2px;
    font-weight: normal;
}

table.form td.label
{
    font-weight: bold;
}

table.form tr.entry td.hint
{
    background-color: #FFFFFF;
    border: none;
    font-size: x-small;
}

.form td .required
{
    color: #FF0000;
}
