	$(function(){	
    

		 $('div.headers-footer').each(function() {
			 $(this).corner("5px");
        });

		$('div.cornerinner').each(function() {
			 $(this).corner("cc:#FAF2E1");
        });
		
		$('div.cornerbox').each(function() {
			 $(this).corner("cc:#FAF2E1");
        });
			
		$('div.cornerforms').each(function() {
			 $(this).corner("cc:#FAF2E1");
        });
		
		$('div.col1').each(function() {
			 $(this).corner("tl bl");
        });
		

		$('div.col2').each(function() {
			 $(this).corner("tr br");
        });


		$('div.roundbutton').each(function() {
			 $(this).corner("5px , cc:#FAF2E1");
        });

		$('div.roundbuttonON').each(function() {
			 $(this).corner("5px , cc:#FAF2E1");
        });
		$('div.reviewTop').each(function() {
			 $(this).corner("top , cc:#FAF2E1");
        });

		 $('div.reviewBottom').each(function() {
			 $(this).corner("bottom, cc:#FAF2E1");
        });
		
		$('div.top-box').each(function() {
			 $(this).corner("top , cc:#FAF2E1");
        });
		
		$('div.box1').each(function() {
			 $(this).corner("top , cc:#FAF2E1");
        });

		 $('div.bottom-box').each(function() {
			 $(this).corner("bottom, cc:#FAF2E1");
        });

		$('div.round_border').each(function() {$(this).corner("round 4px").parent().css('padding', '1px').corner("round 5px")});

	});
