/*Moved out of basic_type.css since there was a bomb selector on .button, button*/

/* search */
#header_search_box span,
#custom_search_field span {
  display: block;
  float: left;
  margin: 0px 0px 0px 3px;
}
#share_search #custom_search_field .search_type select {
  height: 24px;
  padding: 3px 0px;
}
#header_search_box .query input,
#custom_search_field .query input {
  color: #0083AA;
  border: 1px inset;
  padding: 3px 4px;
}
#header_search_box .button input,
#custom_search_field .submit_button_con button,
#custom_search_field .submit_button_con input {
  background: url(/resources/dyn/files/302403z838feb7/_fn/search_bt.gif) no-repeat left top;
  width: 22px;
  height: 20px;
  border: none;
  cursor: pointer;
  float: left;
  text-indent: -4000em;
}

/* This fixes the bomb. */
#header_search_box button,
#custom_search_field button {
  padding: 0px;
}
