

table.help_form
{
    border-style:ridge;
    background-color:White;
    border-collapse:collapse;
    line-height:1.3em;
    overflow:hidden;
}

table.help_form *.center_group 
{
    text-align:center;
}

table.help_form th
{
    border-bottom-style:solid;
    border-color:Silver;
    border-bottom-width:2px;
    text-align:center;
    font-size:150%;
    line-height:1.5em;
    font-weight:bold;
}

table.help_form td.big
{
    text-align:justify;
    padding:0.2em;
    width:40em;
}

table.help_form td.big_emph
{
    width:40em;
    font-weight:bold;
    text-align:center;
    padding:0.2em;
}

table.help_form td 
{
    font-size:105%;
    vertical-align:middle;
    text-align:justify;
}

table.help_form td td
{
    font-size:100%;
}

table.help_form td label
{
    padding:0em 0.1em 0em 0.2em;
}

table.help_form *.center
{
    text-align:center;
}

table.help_form td.help_line
{
    padding:0em 0.5em 0em 0.5em;
}

table.help_form td label
{
    font-weight:bold;
    text-align:justify;
    vertical-align:middle;
    padding:0em 1em 0em 0.5em;
}

/***********************************************
                Special
***********************************************/

table.help_form td.login_notice
{
    text-align:center;
    font-weight:bold;
    color:Red;
    background-color:Yellow;
}
