This is the default dialog which is useful for displaying information. It is created by simply calling .dialog on the ID of the content like this:

$("#dialog").dialog();

If the content exceeds the size of the window, a scrollbar will automatically appear. The dialog window can be moved, resized and closed with the 'x' icon by default.