﻿.DataEntry
{
    line-height: normal;
    margin: 0;
}

.DataEntry h2
{
    margin-top: 30px;
    border-bottom: none; /* solid 1px #0052A4; */
    width: 692px;
}

.DataEntry p
{
    width: 692px;
}

.DataEntry LABEL.required, .DataEntry LABEL.normal
{
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 2px;
    max-width: 692px;
}

.DataEntry .required
{
    color: #cc0000;
}

.DataEntry .instructions
{
    color: #999999;
    font-weight: normal;
}

.DataEntry DIV.Item, .DataEntry DIV.ItemLeft
{
    margin: 0;
    margin-bottom: 20px;
}

.DataEntry DIV.Item
{
     clear: both;
     width: 500px;
}

.DataEntry DIV.ItemLeft
{
    float:left;
    margin-right: 15px;
    width: 500px;
}


.DataEntry DIV.Under
{
    float:left;
    margin-right: 5px;
    font-size: .8em;
}

.DataEntry HR
{
    width: 492px;
    clear: both;
}

.DataEntry INPUT, .DataEntry SELECT
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
}

.DataGroup
{
    border: solid 1px #aaaabb;
    background-color: #fafafa;
    padding: 10px 20px 10px 20px;
    width: 450px;
    margin-bottom: 10px;
}

.DataGroup HR
{
    width: 450px;
    clear: both;
}

.DataGroup P
{
    width: 430px;
}


.ClearLeft
{
    clear: left;
}

.Validation, .Validation li
{
    color: Red;
}

.Thanks
{
    color:Green;
    font-weight:bold;
    text-align:center;
}