$(function(){ 
		   
$('div.headers-footer').each(function() { $(this).corner("5px cc:#6B0900"); }); 

$('div.box3').each(function() { $(this).corner(); }); 

$('div.xxxx_box4').each(function() { $(this).corner("cc:#000000"); }); 

$('div.cornerforms').each(function() { $(this).corner("cc:#D0BF8D"); }); 

$('div.xxxxx__reviewTop').each(function() { $(this).corner("top"); }); 

$('div.xxxxx__reviewBottom').each(function() { $(this).corner("bottom"); }); 

$('div.col1').each(function() { $(this).corner("tl  bl cc:#DFD4B2"); }); 

$('div.col2').each(function() { $(this).corner("tr br cc:#DFD4B2"); }); 

$('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 cc:#6B0900")}); 

$('div.tableanchor').each(function() { $(this).corner("cc:#D0BF8D"); }); 

$('div.capacitychart').each(function() { $(this).corner("tl tr"); }); 

$('div.cornerinner').each(function() { $(this).corner("cc:#1D1D1D"); }); 

});//
