		$(function() {
			$(".RteContent").corner("round 4px").parent().css('padding', '1px').corner("round 4px");
			$("table").corner("round 4px").parent().css('padding', '1px').corner("round 4px");
			$(".roundContainer").corner("round 4px").parent().css('padding', '1px').corner("round 4px");
			$("td:last").css ('border-top', 0);
			$(".roundBlock").corner("round 5px");
			var height = $(document).height();
			$("#left_shadow").css('height', height-71+"px");
			$("#right_shadow").css('height', height-71+"px");
			$("#top_container").css('height', height-71+"px");
		});
		$(window).resize(function() {
			var height = $(document).height();
			$("#left_shadow").css('height', height-71+"px");
			$("#right_shadow").css('height', height-71+"px");
			$("#top_container").css('height', height-71+"px");
		});
