$(document).ready(function() {
	
	/*rounds background colour with border - doesn't work well in safari, chrome*/
		   
    $('.roundMe').corner();
	
	$('.roundInner').corner("9px");
	
	$('.roundTop').corner("top");
	
	$('.roundBottom').corner("bottom");
	
	$('.roundBorder').corner("round 8px").parent().css('padding', '2px').corner("round 10px");
	

	
	
});




