.inputButton {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    background-color: #E0E0E0;
    border-color: #A5A5A5;
    border-width: 1px;
    padding: 4px;
}

.inputField {
    font-family: Courier, monospace;
    font-size: 11px;
    font-style: normal;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
    border-right: black 1px solid;
    border-top: black 1px solid;
    font-size: 11px;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}