/* search button has additional width parameter for non MSIE/Firefox
          its really to do with 800x600 resolution and IE5.0 is wrong
          in this case but almost no IE5 any longer so for old Linux
          (Safari seems to work with or without)                    */
.search { background-color: #cccccc; font-weight: bold; font-size: 91.67%;
          text-decoration: underline;
          padding: 1px 2px; overflow: visible;
          float: left; width: 130px; margin-left: 5px; } 
