.formError{
	border: 1px dotted red;
	background-color: lightGoldenRodYellow;
	color: red;
}

#profileEditForm .formError{
	background-color: #ffe8ca;
	border: 1px solid #f7a43c;
}