@charset "UTF-8";

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

.checkboxRequiredState .checkboxRequiredMsg,
.checkboxMinSelectionsState .checkboxMinSelectionsMsg,
.checkboxMaxSelectionsState .checkboxMaxSelectionsMsg {
	display: block;
	position:absolute;
	z-index:200000;
	top:-20px;
	left:123px;
	_left:103px;
	_margin-top:-15px;
	color: #fff;
	width:85px;
	_width:120px;
	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;
}

*:first-child+html .checkboxRequiredMsg	{
	left:103px;
	margin-top:-15px;
	width:85px;
	}







