I\'m looking to style a modal dialog (using UI Dialog) with unique CSS that is separate from the traditional dialog, so in essence to have two jQuery dialogs that each look
You can add the class to the title like this:
$('#dialog_style1').siblings('div.ui-dialog-titlebar').addClass('dialog1');