/*Validation Checkbox styling classes*/
.checkboxRequiredMsg, .checkboxMinSelectionsMsg, .checkboxMaxSelectionsMsg{
	display: none;
}
.checkboxRequiredState .checkboxRequiredMsg,
.checkboxMinSelectionsState .checkboxMinSelectionsMsg,
.checkboxMaxSelectionsState .checkboxMaxSelectionsMsg {
	display:block;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:10px;
	line-height:10px;
	color:#bb1b1b;
	font-size:12px;
	font-weight:normal;
	width:320px;
}