.touch, .bigtouch {
        border:1px solid black;
        font-family:arial,tahoma,sans-serif;
        font-size:15px;
        background-color:black;
        color:black;
        line-height: 100%;
        padding: 5px;
        margin: 2px;
        width:45px;
        height:25px;
        background-image: url("../scores/bigbg.gif");
        }
.touch:active {
 background-color: red;
}
.bigtouch {
        font-size: 10px;
        color: blue;
        width: 35px;
        height: 20px;
}
table {
border-collapse: collapse;
background-image:0;
}
input.inputbox, input.sfordbox, input.orhcap, #sf9, #sb9 {
 font-family: verdana;
 border: 0px solid white;
 margin: 0px;
 width: 40px;
 padding: 0px;
 font-size: 15px;;
 font-weight: bold;
 text-align: center;
}



input.inputbox:focus, input.sffocus {
 background-color: gray;
 color: white;
}
input.submitbox {
 border: 1px solid black;
 margin: 0px;
 width: 100px;
 padding: 20px;
 font-size: 20px;
 color: white;
 background-color: blue;
 font-weight: bold;
text-align: center;
}
tad {
        text-align: center;
        font-family: arial;
        border-bottom: 1px solid black;
        border-right: 1px solid black;
        background-image:0;
}

#touchDiv {
 text-align:center;
 border: thin solid black;
 background-color: #CCCCCC;
 margin: 10px;
 padding: 5px;
}