<div id="dlg">
<div id="title">Here is the title</div>
<div id="msg">
<p>Just like any Windows dialog box, drag the dialog by its title bar.</p>
<p>
Something: <input type="text" /><br />
SumpnElse: <input type="text" />
</p>
<p><input type="button" value="Submit" /></p>
</div><!-- #msg -->
</div><!-- #dlg -->