jQuery(document).ready(function($){
	
	jQuery(".box").corner("round 5px");
	jQuery(".box .head").corner("round top 3px");
	jQuery(".box .content").corner("round bottom 3px");
	
	jQuery("fieldset#product-options-wrapper").corner("round top 5px");
	jQuery("div.product-options-bottom").corner("round bottom 5px");

});
