
jQuery(document).ready(function(){
   if (!$.browser.msie || $.browser.version>6)
   {
	   //$('label.checkbox span.holder').css('background-image', 'url(img/checkbox.png)');
	   //$('.requestQuote ul li .checkbox').css('background', 'url(../img/checkbox.png) 0 -25px no-repeat');

	  //$('head').append('<style type="text/css">  label.checkbox span.holder { background: transparent  url('+liskBaseUri+'img/checkbox.png) no-repeat scroll 0 -25px ; padding:0; width:23px; height:25px; }</style>');
	   
   }
});