#error {
	color:red;
	font-size:10px;
	display:none;
}
.needsfilled {
	background:red;
	color:white;
}

input, textarea {
	border : 1px  solid #e9eaeb;
}

input:hover, textarea:hover, input:focus, textarea:focus {
	background : #CAC0AB;
	color : black;
}