Radio/checkboxes form elements IE7-9 background issue
Created by: sannefoltz
When using a background color/image, IE7-9 shows radio buttons/checkboxes with a square white background. Simulate: http://jsfiddle.net/d9vqQ/
Fix: http://jsfiddle.net/d9vqQ/1/
.radio input[type="radio"], .checkbox input[type="checkbox"]{
background-color:transparent;
}