window.addEvent('domready', function(){
			new FormCheck('form_id',{
				display : {
	                fixPngForIe : 1
	            }
			});
		});
