An easy way to get rid of the padding through CSS is by adding these styles to the checkbox:
margin:0; width:13px; height:13px; overflow:hidden;
Doing this will not affect any other browser (at least modern ones) and will fix your IE6 issues.
margin:0; width:13px; height:13px; overflow:hidden;