<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">label.error {
	color: red;
	display: inline;
	padding-top: 2px;
	padding-left: 16px;
	font-style: italic;
	background: url("../../images/error.png") no-repeat;
	margin-left: 2px;
}

input.error {
	border: 1px red dashed;
}</pre></body></html>