The styles for button, input, select, textarea specify margin:0 but do not specify padding:0, this results in extra space around checkboxes and radio buttons in IE8/9 (haven't tested other ones). You can see a quick example of that.
This probably should be fixed, unless I'm missing a reason for why the padding should stay.