.FormContent_Entries_Start
{
    clear: both;
    height: 20px;
    font-size: 0; /* required for IE6 */
    width: 100%;
}

.FormContent_Entry
{
    clear: both;
    width: 95%;
    margin-left: 15px;
    text-align: left;
}

.FormContent_EntryName
{
    clear: left;
    float: left;
    padding: 1px;
    text-align: left;
    vertical-align: top;
    width: 25%;
    font-weight: bold;
    color: #000099;
}

.FormContent_EntryContents
{
    float: left;
    width: 68%;
    padding: 2px;
    text-align: left;
    vertical-align: top;
}

.FormContent_Separator_EntryTopics_Small
{
    clear: both;
    height: 6px;
    font-size: 0; /* required for IE6 */
    width: 100%;
}

.FormContent_Separator_EntryTopics_Medium
{
    clear: both;
    height: 20px;
    font-size: 0; /* required for IE6 */
    width: 100%;
}

.FormContent_Separator_EntryTopics_Large
{
    clear: both;
    height: 40px;
    font-size: 0; /* required for IE6 */
    width: 100%;
}

.FormContent_LineSeparator_EntryTopics
{
    width: 100%;
    clear: both;
    height: 2px;
    font-size: 0; /* required for IE6 */
    background-color: Black;
    margin: 8px 0;
}

.FormContent_FullWidthEntry
{
    clear: both;
    text-align: left;
    width: 100%;
}

.FormContent_EntryAction
{
    clear: both;
    margin: 0 auto;
}

.FormContent_Entries_End
{
    clear: both;
    height: 20px;
    font-size: 0; /* required for IE6 */
    width: 100%;
}

