The cursor property specifies the type of cursor to be displayed when pointing on an element.
cursor: value;
span.crosshair { cursor: crosshair;} span.help { cursor: help;} span.wait { cursor: wait;}