		$(function(){  
			$.fn.corner.defaults.useNative = false;
			$("div.container").corner("top round 8px").parent().css('padding', '2px').corner("top round 10px");
			
			$("div.titleBottom-module-top-inner").corner("top round 8px").parent().corner("top round 10px");
			$("div.titleBottom-module-title-inner").corner("bottom round 8px").parent().css('padding', '2px').corner("bottom round 10px");
			
			$("div.titleTop-module-title-inner").corner("top round 8px").parent().css('padding', '2px').corner("top round 10px");
			$("div.titleTop-module-bottom-inner").corner("bottom round 8px").parent().corner("bottom round 10px");
			
			$("div.titleOnly-module-title-inner").corner("round 8px").parent().css('padding', '2px').corner("round 10px");
			
			$("div.content-inner").corner("round 8px").parent().css('padding', '2px').corner("round 10px");
			
			$("input#tbFname").corner();
		});