if( FCKBrowserInfo.IsGeckoLike )
{ 
	sHTML = sHTML.replace( /\s*-moz-[^:]+: -moz-initial\s*;/g, '' ) ;
} 

