div.error {
	color: red;
}

th.error {
	color: red;
	background: #f99;
}

input[type="text"],
textarea {
	background: #eff;
}

input.focus {
	background: #ff9;
}
