css:
div.button {
display:inline-block;
-webkit-appearance:button;
padding:3px 8px 3px 8px;
font-size:13px;
position:relative;
cursor:context-menu;
}
html:
Press Me!
This gets you as close as I could get to a real button.
For anything other than Chrome: look up appearance. Actually, just use Chrome... :)