var $j = jQuery.noConflict();

$j(	function(){
	
	//$j('').
	
	
	 $j("input[type=radio]").css('width','25px');
   

	
	
	
});