I think this is because you have different classes.
<div id="SERVICE03_DLG" class="flora"> (flora) <div id="SERVICE03_DLG" class="ui-dialog"> (custom)
Even with a flora theme, you will still use the ui-dialog class to define it as a dialogue.
I already made modals, and I did not even define a class in the tag. jQueryUI should take care of this for you.
Try to get rid of the class attribute or using the ui-dialog class.
user3894700
source share