The dialogs I use have different content inserts that are like content wrappers depending if I need a footer with buttons etc. But in IE the dialog expands to the width of the page and I need it to size to the content. Seems all the examples do this but not mine and I can't see the difference I haven't extended or changed the dialog CSS. Any help would be great I've been banging my head on my keyboard for the last two days over this.

Need to set size of content
We had the same problems with our dialogs. We were putting divs in the dialog. IE likes to make those go all the way across the screen. Make sure to set the width of the content directly inside the dialogs. We had a few dialogs where we had to set the actual size of the dialogs themselves.