input[type=search] {
  background: none;
  /*font-weight: bold;*/
  border-color: grey; 
  /*border-width: 2px 2px 2px 2px;*/ 
  outline: none;
  padding: 10px 20px 10px 20px;
  width: 250px;
}
/*Css to target the dropdownbox*/
ul.ui-autocomplete {
  color: rgb(0, 0, 0) !important;
  -moz-border-radius: 5px;
  border-radius: 5px;
}