@charset "UTF-8";

.checkboxRequiredMsg, .checkboxMinSelectionsMsg, .checkboxMaxSelectionsMsg{
	display: none;
}

.checkboxRequiredState .checkboxRequiredMsg,
.checkboxMinSelectionsState .checkboxMinSelectionsMsg,
.checkboxMaxSelectionsState .checkboxMaxSelectionsMsg {
	display: block;
	position:absolute;
	top:8px;
	right:-53px;
	color: #fff;
	width:85px;
	height:38px;
	background:url(../../../images/attention_back.png) no-repeat top left;
	_background:url(../../../images/attention_back.gif) no-repeat top left;	
	font-size:12px;
	line-height:1.4em;
	padding:3px 5px 3px 40px;
}

