jQuery(function($) {
	$('div.divbg_error,table.tablebg_error').each(function() {
		$(this).corner();
		$(this).corner("dog trbl");
	});
	$('div.divbg_t').each(function() {
		$(this).corner();
		$(this).corner("dog tr");
	});
	$('div.divbg_b').each(function() {
		$(this).corner('bottom');
		$(this).corner("dog bl");
	});
});
