label.hintText {
	display: none;
}

input#queryWithHint,
input#queryWithoutHint,
input#queryPrefilled {
  color: black;
  font-size: 14px;
  background-image: url('searchmag.gif');
  background-repeat: no-repeat;
  padding-left: 22px;
  width: 90%;
}

input#queryWithHint {
  color: gray;
}
