#search {
  position: relative;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  height: 40px;
  width: 300px;
  background: #ffffff;
  box-shadow: none;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  text-align: left;
}
#search input {
  border-radius: 5px;
  font: 400 14px/14px "Droid Sans", sans-serif;
  color: #606060;
  position: relative;
  width: 188px;
  background: #ffffff;
  padding: 6px 0 6px 6px;
  height: 100%;
  border: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  outline: none;
  vertical-align: top;
}
#search a {
  display: block;
  height: 100%;
  position: absolute;
  cursor: pointer;
  color: #ffffff;
  top: 50%;
  right: 6px;
}
#search a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#search a > .search_icon {
  display: block;
}

#search i {
  display: block;
  color: black;
  font-size: 1.7em;
  vertical-align: top;
  margin-top: -4px;
  color: #606060;
}
