
input::-webkit-input-placeholder {
	color: #ccc;
	font-weight: normal;
}
input:-ms-input-placeholder {
	color: #ccc;
	font-weight: normal;
}
input::-moz-placeholder {
	color: #ccc;
	font-weight: normal;
}
textarea::-webkit-input-placeholder {
	color: #ccc;
	font-weight: normal;
}
textarea:-ms-input-placeholder {
	color: #ccc;
	font-weight: normal;
}
textarea::-moz-placeholder {
	color: #ccc;
	font-weight: normal;
}

