Es decir, debe quedar algo así?
Código HTML:
.boton{
display:block;
border-radius:5px;
width:35px;
cursor:pointer;
display:inline;
}
.botonmrm{
position:absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
border-radius:5px;
width:35px;
cursor:pointer;
}