.input{
     border: 1px inset;
     border-color: #000000 #000000 #000000 #000000;
     border-bottom-style: outset;
     border-left-style: outset;
     border-right-style: outset;
     border-top-style: outset;
     font-family: arial;
     color: #000000;
     font-size: 12px;
     font-style: normal;
     background-color: #cccccc;
     font-weight: none;
     background-image: url(../images/input_bg.gif);
}

.chars{
     border: 0px inset;
     border-color: #000000 #000000 #000000 #000000;
     border-bottom-style: outset;
     border-left-style: outset;
     border-right-style: outset;
     border-top-style: outset;
     font-family: verdana;
     color: #cc0000;
     font-size: 10px;
     font-style: normal;
     background-color: #ffffff;
     font-weight: bold;
     width: 200;
}

.add{
     border: 2px inset;
     border-color: #ff6666 #000000 #000000 #ff6666;
     border-bottom-style: outset;
     border-left-style: outset;
     border-right-style: outset;
     border-top-style: outset;
     font-family: verdana;
     color: #ffffff;
     font-size: 12px;
     font-style: normal;
     font-weight: bold;
     background-color: #990000;
     width: 230;
     height: 24;
}

.button{
     border: 2px inset;
     border-color: #ff6666 #000000 #000000 #ff6666;
     border-bottom-style: outset;
     border-left-style: outset;
     border-right-style: outset;
     border-top-style: outset;
     font-family: verdana;
     color: #ffffff;
     font-size: 12px;
     font-style: normal;
     font-weight: bold;
     background-color: #990000;
}

A:link {text-decoration:underline; color: #094FC1; font-family: verdana; font-size: 10px; font-weight: none;}
A:visited {text-decoration: underline; color: #094FC1; font-family: verdana; font-size: 10px; font-weight: none;}
A:active {text-decoration: underline; color:#094FC1; font-family: verdana; font-size: 10px; font-weight: none;}
A:hover {text-decoration:none; color: #094FC1; font-family: verdana; font-size: 10px; font-weight: none;}