<!--



.inputBox { 
    
     background-color: #F6F5F5;
     border-bottom-style: groove;
     border-left-style: groove;
     border-right-style: groove;
     border-top-style: groove;
     color: #696662;
     font-size: 10px;
     width: 150px; 
}


.inputButton { 
     background-color: #A50000;
     border-bottom-style: groove;
     border-left-style: groove;
     border-right-style: groove;
     border-top-style: groove;
     color: white;
     font-family: verdana, arial;
     font-size: 10px;
     width: 50px; 
}

