//>>built define("xstyle/util/getComputedStyle",[],function(){return document.defaultView.getComputedStyle?function(a){return a.ownerDocument.defaultView.getComputedStyle(a,null)}:function(a){return a.currentStyle||{}}});