progressBar = inner.firstChild();
textTopElem = progressBar.firstChild();
textBackElem = inner.childNode(1);
textTopElem.setStyleAttribute("zIndex", 99).addStyleName("x-hidden");
textEl = new CompositeElement();
textEl.add(textTopElem.firstChild().dom);
textEl.add(textBackElem.firstChild().dom);
if (GXT.isHighContrastMode) {
textEl.getElement(0).getStyle().setProperty("backgroundColor", "#ffffff");