.obwf_inputSubmit { position: relative; top: 0px; left: 0px; height: auto; width: auto; background-color: #dddddd; 
   color: #000000; font-size: 18px !important; font-family: "Trebuchet MS", sans-serif; text-align: center;
   border: 1px solid #000000;
   border-radius: 4px; 
   height: 30px;
   cursor: pointer; }
.obwf_inputSubmit.autofocus { font-weight: bold;}
.obwf_inputSubmit:hover { background-color: #eeeeee; }
.obwf_inputSubmit.click { background-color: #ffffff; }
.obwf_inputSubmit:disabled { background-color: #d0d0d0; border-color: #aaaaaa; color: #afafaf; cursor: default; border-style: solid;}