.obwf_inputSubmit { position: relative; top: 0px; left: 0px; height: auto; min-height: 30px; width: auto; background-color: #dddddd; 
   color: #333333; font-size: 13px; font-family: "Trebuchet MS", sans-serif; font-weight: bold;
   border: 2px solid #cccccc; border-bottom: 1px solid #aaaaaa;
   box-shadow: 0 0 1px #FFFFFF inset;
   border-radius: 4px; 
   padding: 6px; 
   padding-top: 4px; 
   padding-bottom: 4px;
   cursor: pointer; }
.obwf_inputSubmit.autofocus { text-decoration: underline}
.obwf_inputSubmit:hover { background-color: #bbbbbb; }
.obwf_inputSubmit.click { background-color: #eeeeee; }
.obwf_inputSubmit:disabled { background-color: #d0d0d0; border-color: #aaaaaa; color: #afafaf; cursor: default; border-style: solid;}