Change Placeholder Text Color

By Forrest Smith - Drempd.com

Change the placeholder color of the text for input boxes in a form:

::-webkit-input-placeholder { color: #000; } 
:-moz-placeholder { color: #000; } 
::-moz-placeholder { color: #000; } 
:-ms-input-placeholder { color: #000; }