#button {
line-height: 12px;
width: 18px;
font-size: 8pt;
font-family: tahoma;
margin-top: 1px;
margin-right: 2px;
position:absolute;
top:0;
right:0;
}
<style>
#mybutton {
position: relative;
top: 0;
right: 0;
}
</style>
<button id="mybutton">This is a button</button>