this.addStyleName(StaticResourceBundle.INSTANCE.coreCss().small());
charsRemaining = new Label();
postButton = new Hyperlink("", History.getToken());
postButton.getElement().setAttribute("tabindex", "2");
message = new PostToStreamTextboxPanel();
message.setText(postBoxDefaultText);
message.setVisible(false); // Hide until post ready event.
this.addStyleName(StaticResourceBundle.INSTANCE.coreCss().postToStream());
errorMsg.addStyleName(StaticResourceBundle.INSTANCE.coreCss().formErrorBox());