.error
{
	color: #f00;
}

input[type=text].error,
input[type=password].error,
textarea.error
{
	border: 1px solid #f00;
}