/*
 * Don't like people futzing with your cursors? Copy this code into your userContent.css
 * file, and no-one will be able to touch them.
 * Produced 2006 by David Adam <zanchey@ucc.gu.uwa.edu.au> - revision 2
 */

*, input[type="hidden"] { cursor: auto !important;}

textarea, textarea > *, input, input > * { cursor: text;}

a, input[type="image"], img[usemap], object[usemap] {
    cursor: pointer !important;
}

select, label, button, 
input[type="reset"], input[type="button"], input[type="submit"],
input[type="checkbox"], input[type="radio"], input[type="file"], textarea > scrollbar {
    cursor: default !important;
}
