@charset "utf-8";
/* CSS Document */
.errorLabel {
	color: #F00;
}
.errorTag {
	border: 1px solid #F00;
}
.errorMsg {
	color: #F00;
	font-size: 80%;
	float: left;
	clear: both;
	white-space: nowrap;
	padding-left: 2px;
}

