usa primero esta oopcion
Modifica tu header_welcomeblock_guest
Buscas y remplazas
<input type="submit" value="" name="submit" style="background-image: url(images/royal_nblue/buttons/login.png); background-repeat: no-repeat; width: 89px; height: 50px; border: 0px;">
Si no te funka me avisas
opcional 2
Modifica tu header_welcomeblock_guest
y buscas
<input type="submit" value="" class="button" name="submit" style="background-image: url(images/royal_nblue/buttons/login.png); background-repeat: no-repeat; width: 89px; height: 50px; border: 0px;">
y remplazas por este otro
<input type="submit" value="top" class="button" name="submit" style="background-image: url(images/royal_nblue/buttons/login.png); background-repeat: no-repeat; width: 89px; height: 50px; border: 0px;">
en tu global.css
al fin a agregas
.buton
{
background: none;
}