.form_page_label
{
    margin-left : 2px;
    margin-right : 2px;
    margin-bottom : 2px;
    margin-top : 2px;
    font-family: "Trebuchet MS";
    font-size: 11px;
    line-height: 18px;
    font-weight : bold;
}

.form_page_link,.form_page_link:HOVER
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 18px;
    text-decoration: none;
    color: #000000;
}

.form_page_text
{
    font-family: "Trebuchet MS";
    font-size: 11px;
    line-height: 18px;
}

.errormsg
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 18px;
    font-weight : bold;
    color: #9C2F00;
}

.form_label
{
    font-weight : bold;
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 18px;
}

.form_link,form_link:hover
{

    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 18px;
    font-weight : bold;
    text-decoration : underline;
    cursor: hand;
    color: #000000;
}

.form_text, .form_field, .form_edit, .form_input
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 18px;
}

.form_header
{
    font-weight : bold;
    margin-left: 15px; 
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 18px;
}

.form_radio, .form_checkbox, .form_textarea, .form_input, .form_select
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 18px;
}

.form_button
{
    font-family: "Trebuchet MS";
    font-size: 12px;
    line-height: 18px;
    font-weight : bold;
    color: #000000;
}


