.hasPlaceHolder::-webkit-input-placeholder { color: #999; font-style: italic; font-weight: normal; }
.hasPlaceHolder::-moz-placeholder          { color: #999; font-style: italic; font-weight: normal; }
.hasPlaceHolder:-moz-placeholder           { color: #999; font-style: italic; font-weight: normal; }
.hasPlaceHolder:-ms-input-placeholder      { color: #999; font-style: italic; font-weight: normal; }

.hasPlaceHolder:focus::-webkit-input-placeholder { color: transparent; }
.hasPlaceHolder:focus::-moz-placeholder          { color: transparent; }
.hasPlaceHolder:focus:-moz-placeholder           { color: transparent; }
.hasPlaceHolder:focus:-ms-input-placeholder      { color: transparent; }
