Removing theming/widgets from dialog?

Removing theming/widgets from dialog?


Hi,
I'm trying to pop up a modal div for which I want to use 100% my own
theming. I don't want a title bar, no buttons (easy), no jQuery UI
themes necessary.
It seems like jQuery UI adds too many things to a dialog, so maybe I
have to look for another solution, but I really like the dialog API
where it creates an overlay for me and makes my div modal and closes
on ESC, and all that.
So is there a way I can remove ALL of the jQuery UI theming and
widgets from a dialog??
Oh, and close-on-click (anywhere) would be a nice feature to add....
Thanks!