﻿h3.frmlabel
{
    text-transform: uppercase;
    font-weight: normal;
    font-size: 19px;
    padding: 0;
    text-align: center;
    margin: 5px 0 15px 0;
}
.frm
{
    text-align: left;
    /*line-height: 1;*/
    margin-top: 15px;
    font-family: Arial, Sans-Serif;
    font-size: 14px;
}
.frm legend
{
    font-weight: bold;
}

.frm > div
{
    margin: 10px 0;
    clear: both;
    overflow: hidden;
}

.frm label
{
    float: left;
    width: 150px;
}


.frm label em
{
    display: block;
    color: #006600;
    font-size: 12px;
    font-style: normal;
    text-transform: lowercase;
}

.formbuttons
{
    text-align: right;
    margin: 10px;
}

.expl
{
    font-style: italic;
}

label.chk, .chk label
{
    float: none;
    width: auto;
}
.ast
{
    color: Red;
}
.err
{
    color: Red;
    font-weight: bold;
}