Error dialog theming or using multiple themes

Error dialog theming or using multiple themes


Hi,
Let me start by saying WOW! Not only is jQuery UI very well done,
but your documentation is EXCELLENT and the quality and variety of
theming available for free is amazing. The ThemeRoller is well done
too! Unbelievable!
My inquiry: I need to create error dialog boxes in my application.
The Blitzer theme works well for that - its dialogs are themed red.
But the rest of my site (including some other non-error dialogs) clash
violently with Blitzer.
I am a programmer, and although I understand CSS, I'd really like to
be able to just use the right class in my HTML and stay away from hand-
modified css files. I tried theming my error dialog using ui-state-
error, but that didn't do anything - not really a surprise I think.
So is there a way to have an additional theme/style for some (not
all) dialogs? Or is there a way to use both my theme and Blitzer (or
similar) simultaneously (in their own namespaces??) so I can choose
which one to apply as I wish?
Thank you for the wonderful, wonderful project!