@charset "UTF-8";
/* CSS Document */

label.error {
	display: block;
	color: #CC0000;
	font-style:italic;
	padding-top: 3px;
}

input.error {
	border: solid 1px #CC0000;
}