Non ho capito bene se è un button.
se sì, allora:

codice:
<style>
.manina {cursor:hand}
</style>
<input type="button" onmouseover="this.className='manina'">
Oppure, più corto:

codice:
<input type="button" style="cursor:hand">
Ciao :mavieni: