p.message
{
    padding: 7px 25px;
    margin: 5px 0;
    border-top: dashed 1px #bbbbbb;
    border-bottom: dashed 1px #bbbbbb;
    background: #EEF7EC;
    display: block;
}

p.header
{
    font-size: 1em;
    font-weight: bold;
    display: block;
    background: #EEF7EC;
}

table caption
{
    text-align: left;
    padding: 2px 20px;
    margin: 0 0 10px 0;
    border-top: dashed 1px #bbbbbb;
    border-bottom: dashed 1px #bbbbbb;
    background: #EEF7EC;
}

.caption
{
    text-align: left;
    padding: 2px 20px;
    margin: 0 0 10px 0;
    border-top: dashed 1px #bbbbbb;
    border-bottom: dashed 1px #bbbbbb;
    background: #EEF7EC;
}

table.form
{
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
    font-size: 1em;
}

table.form td
{
    background-color: #E7EFF4;
    padding: 4px;
}

table.data
{
    width: 100%;
    border-collapse: collapse;
    margin: 5px 0;
}

table.data td
{
    background-color: #E7EFF4;
    padding: 4px;
}

table td.alt
{
    background-color: #fff;
}

.sample td
{
    background-color: #333;   
}
table tr.alt td
{
    background-color: #fff;
}

table tr th
{
    background-color: #005596;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 4px;
}

table td.requiredMessage
{
    color: red;
    text-align: right;
    padding-right: 15px;
}

table td.subhead
{
   font-weight: bold;
}

.note, .labelNote
{
    font-size: .8em;
}

.notice
{
    color: purple;
    font-weight: bold;
    display: block;
    margin: 4px 0;
}

.requiredMark, .requiredText
{
    font-weight: bold;
    color: red;
}

table tr td.label
{
    text-align: right;
    vertical-align: top;
    width: 35%;
}

table tr td label 
{
    text-align: right;
    vertical-align: top;
    width: 100%; 
    display: block;
}
label em
{
    color: red;
    font-weight: bold;
    margin: 0 1px;
}

table tr td.field
{
    text-align: left;
    vertical-align: top;
}

table tr td.button
{
    background-color: #fff;
    text-align: right;
    padding: 10px 20px;
}

.topMessage
{
    
    font-weight: bold;
    color: #ff0000;
    margin: 0 0 10px 0;
    display: block;

}

dl 
{
 margin: 8px 0;
 padding: 0; 
 display: block; 

}

dt 
{
    margin: 0 2% 0 0;
    padding: 0;
    float: left;
    width: 32%;
    font-weight: bold;
    text-align: right;
    vertical-align: middle;
    clear: left;
}

dd
{
    margin: 0;
    padding: 0;
    margin: 0 0 0 35%;
    vertical-align: middle;
}
.formError
{
    display: block;
    float: left;
    clear: both;
    width: 100%;
    margin: 5px 0 0 5px;
}