/**** NEVER ADD CODE HERE ONLY USED FOR APPLESEARCH.JS TO RESET SEARCH BOX IN IE ****/

#applesearch .sbox_l  {
  background: transparent url('../images/searchbox-left.gif') no-repeat top left;
  float: left;
  width: 19px; height: 19px;
}

#applesearch .sbox_r  {
  background: transparent url('../images/searchbox-right.gif') no-repeat top left;
  float: left;
  width: 19px; height: 19px;
}

#applesearch .sbox input {
  background: transparent url('../images/searchbox-bg.gif') repeat-x top left;
  float: left;
  border: 0;
  height: 12px; width: 140px;
  padding: 3px;
  font: 11px/13px arial;
  color: #000;
}