cursor pointer for labels
Created by: webvitalii
It would be good to have cursor:pointer style for labels by default.
Here is the example of the form with label to test - http://twitter.github.com/bootstrap/examples/signin.html
There are already such styles: button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
It would be good also to have such styles by default: label[for], select, .pointer { cursor: pointer; }