	$(function(){	
    

		 $('div.headers-footer').each(function() {
			 $(this).corner("5px,cc:#A7A459");
        });

		$('div.cornerinner').each(function() {
			 $(this).corner("cc:#F5EFC0");
        });
		
		$('div.cornerforms').each(function() {
			 $(this).corner("cc:#F5EFC0");
        });
		
		$('div.cornerforms1').each(function() {
			 $(this).corner("cc:#FAF2E1");
        });
		
		$('div.xcol1').each(function() {
			 $(this).corner("tl bl cc:#FFFFFF");
        });
		

		$('div.xcol2').each(function() {
			 $(this).corner("tr br cc:#FFFFFF");
        });

		$('div.reviewTop').each(function() {
			 $(this).corner("top , cc:#FAF2E1");
        });

		 $('div.reviewBottom').each(function() {
			 $(this).corner("bottom, cc:#FAF2E1");
        });
		
		$('div.xround_border').each(function() {$(this).corner("round 4px").parent().css('padding', '1px').corner("round 5px")});

	});
