y si se quieren cambiar más elementos del boton, por ejemplo tambien una imagen?
Código HTML:
.boton{
font-size:10px;
font-family:Verdana,Helvetica;
font-weight:bold;
color:white;
background:#000;
border:0px;
width:90px;
background-image: url(flecha_trans.gif);
background-position:left;
background-repeat: no-repeat;
text-align:right;
text-decoration:none;
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 4px;
PADDING-TOP: 4px;
height: 30px;
}