	$("document").ready(function() {
		$(".box .titleBlue").corner("round 3px");
		$(".box .titleGray").corner("round 3px");
		$(".box .titleBlack").corner("round 3px");
		$(".box .contentGray").corner("round 5px");
		$(".box .contentBrown").corner("round 5px");
		$(".corner").corner("round 5px");
	});
