

$(document).ready(function(){
	/*$("#centerAccountForm").corner("12px");		
	$("#login_form fieldset").corner("12px");		
	$("#cart_voucher").corner("12px");		*/
//	$("#cart_voucher").corner("12px");	
	$(".address").each(function() {
		$(this).children(":first-child").css({marginTop: "-10px"});
		if ($(this).parent().attr("class") != "addresses") {} else
			$(this).css({width: 336.5, backgroundColor: "#ffffff"});
		$(this).corner("12px");
	})
	$("div.addresses").corner("12px");
	if ($("#block-history p:first").attr("class") != 'warning') { $("#block-history").corner("12px");} else {$("#block-history").css({padding: 0, background: "none"})}
//	$("#address_delivery").css({width: 214, backgroundColor: "#ffffff"});
//	$("#address_invoice").css({width: 214});
//	$("#delivery_address li:first, #address_delivery li:first").css({marginTop: "-10px"});
//	$("#delivery_address, #address_delivery, .address").css({paddingTop: 10}).corner("12px");	
//	$("#invoice_address li:first, #address_invoice li:first").css({marginTop: "-10px"});
//	$("#invoice_address, #address_invoice").css({paddingTop: 10}).corner("12px");	
//	$("#invoice_address").corner("12px");
	$("#shipping table:first").css({marginTop: "-22px"});
	$("#shipping").corner("12px")
  	$("#order-detail-content").corner("12px");
	$("fieldset").corner("12px");	
	$("#productWrapper").corner("12px");	
	$(".warning").corner("12px");		
	
});



