.search fieldset.search {
  position: absolute;
  right: 0;
  bottom: -32px;
  padding: 0 0 0 0;
  border: none;
  margin-right: -5px;
  height: 30px;
  width: 150px;
}

.search input {
  border: none;
  height: 30px;
  width: 120px;
  float: left;
}

.search button.sbutton {
  border: none;
  height: 30px;
  width: 40px;
  background: none;
  right: 0px;
  text-indent: -99999px;
  cursor: pointer;
}

/* Crap to get it overlayed on IE */
.search button.sbutton {
  position: relative;
  float: right;
  top: 30px;
  z-index: 5;
  background: url(../images/search.gif) no-repeat top right;
}

body>#page .search button.sbutton {
  position: absolute;
  top: 0;
  background: none;
  border: none;
}

.search input.sbox {
  width: 150px;
  float: right;
  padding: 5px 43px 5px 8px;
  background: url(../images/search.gif) no-repeat top right;
}

.search input.sbox:focus {
  background: url(../images/search2.gif) no-repeat;
}

.search button.sbutton:hover {
}
