<button id="reg">
Regular Button
</button>
<button type="submit" class="styled">
Stylized button
</button>
<div id="regpane" class="pane">
This is the regular button; its styling depends on your operating system and browser.
</div>
<div id="stylepane" class="pane">
This is the stylized button; its styling is consistent between browsers and is based on CSS provided to it.
</div>