a {
    cursor: pointer;
}

input, select {
    cursor: pointer;
}

input[type=text] {
    cursor: text;
}