if(jQuery.browser.mozilla){$(function(){$("form.cmxform").hide().find("p>label:not(.nocmx):not(.error)").each(function(){var d=$(this);var c=d.html();var a=document.defaultView.getComputedStyle(this,"").getPropertyValue("width");var b=$("<span>").css("display","block").width(a).html(c);d.css("display","-moz-inline-box").empty().append(b)}).end().show()})};
