$(document).ready(function() {
	$(".corner").corner("7px");
	$("div.corner").each(function () {
		$(this).height($(this).closest("td").outerHeight() - 32) }) })


