@charset "utf-8";
/* CSS Document */
.checkboxRequiredState .checkboxRequiredMsg, .checkboxMaxSelectionsState .checkboxMaxSelectionsMsg, .selectRequiredState .selectRequiredMsg, .textareaRequiredState .textareaRequiredMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg, .textfieldRequiredState .textfieldRequiredMsg, .textfieldInvalidFormatState .textfieldInvalidFormatMsg, .radioRequiredState .radioRequiredMsg {
	border:0px;
	padding-left:22px;
	margin-left:4px;
	background-image:url(images/error.gif);
	background-repeat:no-repeat;
	font-family:"Comic Sans MS", cursive;
	font-weight:bold;
}
.JLGsoft, .JLGsoft a, .JLGsoft a:link:hover:visited {
	color: #C2A9A9;
	font-size: 8px;
	line-height:8px;
	text-align: center;
	text-decoration:none;
}

