div.searchedit {
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
  
  margin: 1px 0px;
  
  display: inline-block;
  
  position: relative;
}

div.searchedit > input {
  padding: 2px 4px;
  margin: -1px 0px;
  
  position: relative;
}

div.searchedit > input.searchbutton {
  padding-right: 27px;
}

div.searchedit > div {
  cursor: pointer;
  
  border-left: 1px solid #a9a9a9;
  
  position: absolute;
  right: 0px;
  top: 0px;
  width: 23px;
  height: 100%;
}

div.searchedit > div > img {
  position: relative;
  top: 1px;
  width: 75%;
}
