.searchBox .input-prepend {
  margin-top: 0;
}
.searchBox .add-on {
  *margin-top: 1px;
  *padding-bottom: 3px;
}
.searchBox input.searchBox-input {
  background-color: whitesmoke;
  width: 91%;
  height: 30px;
  *height: auto;
  *margin-top: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header-mobile .searchBox {
  margin-left: 55px;
}
.header-mobile .searchBox .input-prepend {
  position: relative;
}
.header-mobile .searchBox .input-prepend .add-on {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}
.header-mobile .searchBox input.searchBox-input {
  display: block;
  width: 100% !important;
  background-color: whitesmoke;
  height: 30px;
  line-height: 30px;
  padding: 0 5px 0 30px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
