This option enables you to add a CSS to be used in all popup/dialog windows within TinyMCE. This option is added after theme dialog CSS and enables you to override the default CSS.

Example of usage of the popup_css_add option:

tinyMCE.init({
...
popup_css_add : "/mypopup.css"
});