INPUT.ButtonDefault
{
    BORDER-RIGHT: white 2px outset;
    BORDER-TOP: white 2px outset;
    FONT-WEIGHT: 700;
    FONT-SIZE: 8pt;
    BORDER-LEFT: white 2px outset;
    COLOR: white;
    BORDER-BOTTOM: white 2px outset;
    BACKGROUND-COLOR: #81939d;
    FONT-FACE: Verdana;
}

INPUT.TextBoxDefault
{
    BORDER-RIGHT: gainsboro 1px solid;
    BORDER-TOP: 1px groove;
    FONT-WEIGHT: 400;
    FONT-SIZE: 8pt;
    BORDER-LEFT: 1px groove;
    COLOR: navy;
    BORDER-BOTTOM: gainsboro 1px solid;
    FONT-FAMILY: Verdana;
}
INPUT.DropDownDefault
{
    FONT-SIZE: 9pt;
    COLOR: midnightblue;
    FONT-FAMILY: Verdana;
}