#search_field .searchField {
  float: left;
  border: 0px solid #000;
  background-color: #FFFFFF;
  width: 120px; 
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 10px; 
  color: #666666; 
  height: 13px; 
  line-height: 13px; 
  padding: 0px 0px 0px 2px;
  margin: 6px 2px 6px 4px;
}

#search_field .searchButton {
  float: left;
  border: 0px;
  background: transparent url(search.png) no-repeat center top;
  text-indent: -1000em;
  width: 14px;
  height: 13px;
  line-height: 13px; 
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
  padding: 0px;
  margin: 6px 0px 6px 0px;
}
