.frm_textbox { 
   font-family: Verdana, Arial, Helvetica;
   color: #000000;
   font-size: 7pt;
}
   
.sbttn, .brsbttn, .disabledSBTTN { 
   font-family:tahoma,sans-serif;
   font-size:11px;
   background:#D71635;
   font-weight:bold;
   border-bottom: 1px solid #104A7B;
   border-right: 1px solid #104A7B;
   border-left: 1px solid #c11b17;
   border-top:1px solid #c11b17;
   color:#ffffff;
   height:19px;
   text-decoration:none;
   /* See www.quirksmode.org/css/cursor.html */
   cursor: pointer;
   cursor: hand;
}
       
.brsbttn {
   width: 60px; 
   color:#3D3527; 
   background: #D9D9B3;  
   border-color: #e2e2c6 #515143 #515143 #e2e2c6;
}

.disabledSBTTN {
   cursor: default;
   background: #D37E8C;
}

body {
   background-color: white;
}  