<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css">
<div class="wrapper">
<button>open dialog</button>
</div>
<div id="dialog" title="Dialog">
This is a dialog, try to close it.
</div>
<div id="confirm" title="Confirm">
Really close it?
</div>