@CHARSET "UTF-8";

input.error,textarea.error,select.error {
	border: 1px dotted red;
}

label.error {
	display: block;
	width: auto;
}
