form label.error {
	color: #d00000;
	font-weight: normal;
	font-style: italic;
	display: block;
	font-size: 12px;
	text-align: left;
	padding: 0 0 0 16px;
	margin-top: 4px;
}

input.error, select.error, textarea.error {
	border: 1px solid red;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaaaa;
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaaaa;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffaaaa;
}
