Crea un´immagine larga 3 pixel e alta 54, la metá superiore del colore del bottone standard e la metá inferiore del colore desiderato quando il mouse va sopra il bottone.
Poi -> CLASS BOTTONE (CONTINUA, BOTTONE, INDIETRO)
a.readon, .back_button a, .button {
background:url('TUA IMMAGINE') repeat-x 0 0;
border: 1px solid #COLOR BORDO;
color: #000;
}
CLASS BOTTONE HOVER ETC. (CONTINUA, BOTTONE, INDIETRO)
a.readon:hover,a.readon:active,a.readon:focus,.back_button a:hover,.button:hover { background-position: 0 100%;
border: 1px solid #COLORE BORDO MOUSE OVER;
color: #fff;
}
Controlla che non ci sia giá una classe readon/button, in caso sostituiscila
Cheers