jQuery(document).ready(function($){
	$('form[class = "az_decorated_form"]').each(function(){	
		$(this).az_decorate_form_items();	
	});
});
