﻿.INPUTTextbox, .INPUTTextboxMEDIUM, .INPUTTextboxSMALL
{
    font-family:Verdana,Arial;
    font-size:11px;
    background-color: white;
     border-bottom: solid 1px silver;
     border-right : solid 1px silver;
     border-top:solid 2px gray;
     border-left:solid 2px gray;
}
.INPUTTextboxMEDIUM
{
    width: 300px;
}

.INPUTTextboxSMALL
{
    width: 150px;
}
.INPUTTextboxBIG
{
    width:500px;
}
.INPUTTextboxEXTENDED
{
        width:500px;
    height:150px;
}
.INPUTRadioBUTTON
{
     font-family:Verdana,Arial;
    font-size:11px;
    font-weight:normal;
    color:Black;
}





