dontShowAgain = new BasicCheckBoxFormElement(null, ((Long) tutorialVideo.getEntityId()).toString(),
"Don't show this again", false, false);
textContent.setHTML("<b>" + tutorialVideo.getInnerContentTitle() + "</b><br/>"
+ tutorialVideo.getInnerContent());
textDiv.addStyleName(StaticResourceBundle.INSTANCE.coreCss().content_text());
body.addStyleName(StaticResourceBundle.INSTANCE.coreCss().optoutableVideoModal());
body.add(dontShowAgain);
body.add(breakdiv);
body.add(textDiv);