}
textWidget.getElement().setAttribute("id", "actb-" + rand);
textWidget.setTabIndex(1);
// Need to do this to fix an especially nasty IE CSS bug (input margin inheritance)
textWrapper.addStyleName(StaticResourceBundle.INSTANCE.coreCss().acInputWrapper());
textWrapper.add(textWidget);
this.add(textWrapper);
resultsPanel.getElement().setAttribute("id", "acra-" + rand);
clearPanel.setStyleName(StaticResourceBundle.INSTANCE.coreCss().clear());