﻿body 
{
    font-family: Verdana;
    font-size: small;
}

img
{
    border-width: 0px;
}

.formLabel
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
}

.formTopic
{
    font-family: Verdana;
    font-size: medium;
    font-weight: bold;
}

.formHint
{
    font-family: Verdana;
    font-size: 8pt;
    color: Gray;
}

.formError
{
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    color:Red;
}

.formSuccess
{
    font-family: Verdana;
    font-size: medium;
    font-weight: bold;
    color:Green;
    padding-left: 30px;
}

input.formTextField{
    height: 15px;
    font-family: Verdana;
    font-size: 9pt;
}

input.formButton{
    height: 22px;
    font-family: Verdana;
    font-size: 9pt;
}