fieldset.fnrs-not-applicable{ background : #E5E5E5; color : #AAA; }
fieldset.fnrs-not-applicable .fieldset-wrapper{ margin-top : none; }
fieldset legend .not-applicable{
	float:right;
	padding-right : 20px;
	font-size : 0.75em;
	font-style:italic;
}

fieldset.fnrs legend{ padding : 5px 0; }
fieldset.fnrs legend .fieldset-legend{ padding-left : 23px; }
fieldset.fnrs-success legend .fieldset-legend{ background: url("../images/tick-button.png") 4px 2px no-repeat; }
fieldset.fnrs-failed  legend .fieldset-legend{ background: url("../images/slash-button.png") 4px 2px no-repeat; }


fieldset.fnrs ul { margin:5px 0; padding-left:40px; list-style : none; }
fieldset.fnrs ul li{ background: url("../images/dashed_bg_5x1.png") center left repeat-x;}
fieldset.fnrs ul li span{ background: url("../images/no_bg_1x1.png") top left repeat; padding : 0 2px 0 0;}
/*fieldset.fnrs ul li.rule_success { color:green; }*/
fieldset.fnrs ul li.rule_failed { color:red; }
fieldset.fnrs ul li div.icon{ float:right; width:16px; height:16px;}
fieldset.fnrs ul li.rule_success div.icon{ background:url("../images/tick-small.png") center center no-repeat; }
fieldset.fnrs ul li.rule_failed div.icon{ background:url("../images/cross-small.png") center center no-repeat; }
