﻿dl.form dt
{
    display:block;
    clear:both;
    color:#2c75a9;
    font-weight:bold;
    float:left;
    width:180px;
    text-align:right;
    padding-bottom:8px;
    /*line-height:30px;*/
}

dl.form dd
{
    text-align:left;
    display:block;
    margin-left:185px;
    padding:0px 5px 8px 5px;
    /*line-height:30px;*/
}

.formButtons
{
    margin-top:8px;
    padding:4px;
    text-align:center;
    border-top:solid 2px #2c75a9;
}

table.form th
{
    color:#2c75a9;
    font-weight:bold;
    padding:4px;
}

.formQuestionControl
{
    border:1px solid #666666;
    margin:2px;
}

.formSectionHeader
{
    border-bottom:1px solid #666666;
    margin-bottom:5px;
}