/*Project styles variables here*/
.h-search fieldset {
  border: none;
  padding: 0 100px 0 0;
  position: relative;
}
.h-search fieldset input[type="text"] {
  width: 100%;
  height: 40px;
}
.h-search fieldset input[type="submit"] {
  width: 100px;
  position: absolute;
  right: 0;
  top: 0;
  height: 40px;
  border: none;
  background-color: #009EE0;
  color: #fff;
}
.h-search .ajaxSearch_intro {
  display: none;
}
.ajaxSearch_resultsInfos {
  text-align: center;
  margin-bottom: 30px;
  color: #888888;
}
