@charset "utf-8";
/* CSS Document */
.err{
	padding:5px 0 5px 20px;
	margin-left:20px;
	vertical-align:top;
}
.true{
	background:url(../img/Ok-icon.png) no-repeat left center;
}
.false{
	background:url(../img/Close-icon.png) no-repeat left center;
}
