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