$(document).ready(function() {	
/** Rounded Corners **/
	$('.outermost').corner();
	$('.box2').corner();
});