Topic: Usability: cursor: pointer; for buttons and inputs
It will work only in modern browsers, no extra markup.
button,
label[for],
input[type=reset],
input[type=button],
input[type=submit],
input[type=radio],
input[type=checkbox] {
cursor: pointer;
}