.leaflet-control-geocoder a {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-control-geocoder {
  box-shadow: 0 1px 7px #999;
  background: white;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 32px;
}

.leaflet-control-geocoder-expanded {
  width: 221px;
  height: 32px;
  display: inline-block;
  float: left;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  margin: 3px 1px;
}

.leaflet-control-geocoder a {
  background-image: url(../images/geocoder.png);
  width: 32px;
  height: 32px;
}

.leaflet-touch .leaflet-control-geocoder a {
  width: 32px;
  height: 32px;
}

.leaflet-control-geocoder .leaflet-control-geocoder-form, .leaflet-control-geocoder-expanded .leaflet-control-geocoder-toggle {
  display: none;
}

.leaflet-control-geocoder-expanded .leaflet-control-geocoder-form {
  display: block;
  position: relative;
  top: -1px;
  padding: 1px 0px 3px 5px;
  color: #666666;
}
