$(function(){
	$("#press_release").each(function() {
		$(this).corner("round 8px").parent().css('padding', '2px').corner("round 10px")
	});
});

