He hecho lo siguiente:
Código PHP:
<input onMouseOver="this.classname='boton'" value="<?=$usuarios['username'] ?>" name="username">
Código PHP:
.boton {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
line-height: normal;
font-weight: bold;
font-variant: normal;
text-transform: capitalize;
size: 10px;
border: 1px solid;
border-color: green;
text-align: right;
background-image: url('unaimagen.gif');
background-repeat: no-repeat;
text-decoration: none;
}