Ioloman please notice that your is an HTML question and it doesn't belong to the bbPress forum. Anyway maybe this CSS snippet will do the work.
.za_button
{
border:none;
background: #ffffff url ('/img/button.png') no-repeat top left;
padding: 2px 8px;
}
.za_button:hover
{
border:none;
background: #ffffff url ('/img/hover-button.png') no-repeat top left;
padding: 2px 8px;
}
keep in mind the you need the two png files at the location specified.
