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