/*------------------------------ HintText Styles ------------------------------*/
/* Container of label and input. */
.field {
  position: relative; /* Important */
}

/* Styles when JavaScript is disabled. */
label.hint {
  /* Adjust-below to your needs :) */
  font-weight: bold;
	display:none;
}

#go_pickin label.hint-apply {
	font-size: 19px;
	line-height: 32px;
}


/* Styles for hint text. */
label.hint-apply {
  position: absolute; /* Important */
  /* Adjust-below to your needs :) */
  margin: 0;
  padding: 0;
  top: 5px;
  left: 4px;
  z-index: 1;
  color: #AAAAAA;
  font-weight: normal;
  cursor: text;
	font-size: 13px;
}