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