I'm trying to open a div as a popup as I used to do with jQuery UI:
jQuery('#jqm' + id).dialog({width:550,height:550});
The problem is that none of the default styles for the dnn popups are used here. How should I style the popup so the defaults styles are used?