.inputbox {
        font-family: MS Sans Serif, sans-serif, arial, geneva, helvetica;
        font-size: 10pt;
        background-color: #505050;
        color: #FFFF00;
        border-style: solid;
        border-color: #E0E0E0;
        border-width: 2px;
        height: 24px;
}

.buttonbox {
        font-family: MS Sans Serif, sans-serif, arial, geneva, helvetica;
        text-decoration: none;
        font-size: 10pt;
        background-color: #505050;
        color: #FFFFD0;
        border-style: solid;
        border-color: #FFFF00;
        font-weight: bold;
        border-width: 3px;
        height: 24px;
}

