﻿.frm
{
    width: 720px;
}
.frmSml
{
    width: 26em;
}
.frmVert
{
    width: 280px;
}
.frm fieldset
{
    border: 0 none;
    padding: 1em 1em 0 1em;
    margin: 0 0 1em 0;
}
.frmVert fieldset
{
    border: 0 none;
    padding: 0 1em;
    margin: 0 0 1em 0;
}
.frm .row
{
    margin: 0 0 1em 0;
}
.frmVert .row
{
    margin: 0 0 0.5em 0;
}
.frm .header
{
    font-weight: bold;
}
.frm fieldset legend
{
    color: #000;
    font-weight: bold;
    font-size: 1.2em;
    margin: 0.25em 0;
    padding: 0;
}
.frmVert fieldset legend
{
    width: 280px;
}
.frm p
{
    margin: 0 0 0.5em 0;
    padding: 0;
}
.frm p.bNote
{
    margin: 0 0 0.25em 1em;
    padding: 0;
}
.frm .row label
{
    width: 12.5em;
    float: left;
    display: block;
    text-align: right;
    padding: 0.3em 0.5em 0 0;
}
.frmSml .row label
{
    width: 7.5em;
}
.frmVert .row label
{
    width: 270px;
    text-align: left;
}
.frm .row label.noFloat
{
    float: none;
    display: inline;
    padding: 0.3em 0.5em 0 0.5em;
}
.frm .row span
{
    padding: 0.3em 0.5em 0 0; /**/
    display: block;
}
.frm .row label em
{
    color: #FF0000;
    position: absolute;
    left: 700px;
    width: 2em;
    text-align: left;
}
.frm .row label em span
{
    padding: 0;
}
.frmSml .row label em
{
    left: 24em;
}
.frmVert .row label em
{
    left: 275px;
}
.frm .row input.inp, .frm .row textarea
{
    width: 18em;
    padding: 2px 5px;
    font-size: 1.2em;
}
.frmSml .row input.inp, .frmSml .row textarea, .frmVert .row input.inp, .frmVert .row textarea
{
    width: 280px;
}
.frm .row select.inp
{
    font-size: 1.2em;
    width: 18.5em;
}
.frmSml .row select.inp, .frmVert .row select.inp
{
    width: 285px;
}
.frm .row input.inpMed
{
    width: 13em;
}
.frmSml .row input.inpMed, .frmVert .row input.inpMed
{
    width: 180px;
}
.frm .row span.chk
{
    padding: 5px 0 0 12.75em;
    width: 37em;
}
.frmSml .row span.chk
{
    padding: 0 0 0 7.5em;
    width: 15.5em;
}
.frmVert .row span.chk
{
    padding: 0;
    width: 280px;
}
.frm .row span.chk input
{
    line-height: 1.5em;
    padding: 2px 5px 0 0;
    float: left;
}
.frm .row span.chk label
{
    width: 35em;
    float: none;
    display: block;
    text-align: left;
    padding: 0;
    line-height: 1.5em;
    vertical-align: middle;
}
.frmSml .row span.chk label
{
    width: 13em;
}
.frmVert .row span.chk label
{
    width: 255px;
}
.frm .row textarea
{
    height: 5em;
}
.frm .row label.thin, .frm .row input.thin
{
    width: 5em;
}
.frm .row label.med, .frm .row input.med
{
    width: 7em;
}
.frm .row p.note
{
    padding: 0.3em 0 0 13.5em;
    margin: 0;
    color: #3c597d;
}
.frm .buttons
{
    padding: 0.3em 0 1em 12.75em;
    text-align: left;
    width: auto;
}
.frmSml .buttons
{
    padding: 0.3em 0 1em 7.5em;
}
.frmVert .buttons
{
    padding: 0.3em 0 1em 0;
}
.frm blockquote
{
    margin-left: 10em;
}
.frm fieldset div.instructions
{
    float: right;
    width: 15em;
    height: auto;
    margin: 0px 0px 10px 5px;
    padding: 5px;
    border: 1px solid #666;
    background-color: #ccccff;
    color: #666;
}
.frm fieldset div.instructions h4
{
    font-size: 1em;
    background: url(/img.frmhelp.png) no-repeat top left;
    padding: 3px 0px 3px 20px;
    border-bottom: 1px solid #666;
    color: #666;
}
.frm fieldset div.instructions p
{
    font-size: 0.9em;
    margin: 0 0 1.2em 0;
    color: #666;
}
.frm fieldset div.instructions ol, .frm fieldset div.instructions ul
{
    margin: 0 0 1.2em 0em;
}
.frm fieldset div.instructions ol li, .frm fieldset div.instructions ul li
{
    font-size: 0.9em;
}
.frm fieldset div.instructions p a, .frm fieldset div.instructions p a:link, .frm fieldset div.instructions p a:active, .frm fieldset div.instructions p a:visited
{
    color: #666;
}
.frm fieldset div.instructions p a:hover
{
    color: #FF0000;
}
.frm fieldset div.instructions ul.last, .frm fieldset div.instructions ol.last, .frm fieldset div.instructions p.last
{
    margin: 0em;
}
.frm fieldset div.AspNet-RadioButtonList
{
    width: 20em;
}
.frm fieldset div.AspNet-RadioButtonList label
{
    float: none;
    display: inline;
    text-align: left;
    padding: 0.3em 0.5em 0 0;
}
.frm fieldset div.AspNet-RadioButtonList span
{
    padding: 0.3em 0.5em 0 0;
    float: none;
    display: inline;
}
.frm fieldset div.AspNet-RadioButtonList ul
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
.frm fieldset li.AspNet-RadioButtonList-Item
{
    white-space: nowrap; /**/
    clear: left;
}
.frm fieldset div.notes
{
    float: right;
    width: 200px;
    height: auto;
    margin: 0px 0px 10px 5px;
    padding: 5px;
    border: 1px solid #666;
    background-color: #ccccff;
    color: #666;
}
.frm fieldset div.notes h4
{
    font-size: 1em;
    background: url(/img.frmhelp.png) no-repeat top left;
    padding: 3px 0px 3px 20px;
    border-bottom: 1px solid #666;
    color: #666;
}
.frm fieldset div.notes p
{
    font-size: 0.9em;
    margin: 0 0 1.2em 0;
    color: #666;
}
.frm fieldset div.notes ol, .frm fieldset div.notes ul
{
    margin: 0 0 1.2em 0em;
}
.frm fieldset div.notes ol li, .frm fieldset div.notes ul li
{
    font-size: 0.9em;
}
.frm fieldset div.notes p a, .frm fieldset div.notes p a:link, .frm fieldset div.notes p a:active, .frm fieldset div.notes p a:visited
{
    color: #666;
}
.frm fieldset div.notes p a:hover
{
    color: #FF0000;
}
.frm fieldset div.notes ul.last, .frm fieldset div.notes ol.last, .frm fieldset div.notes p.last
{
    margin: 0em;
}
/**/.suggestionItem
{
    margin: 0 0 15px 0;
    padding: 0 10px;
    clear: both;
    border: 1px solid #333;
    background: #fff;
    position: relative;
}
.suggestionItem h3
{
    padding: 5px 0 2px 20px;
}

