input[type=checkbox]{opacity:0;float:left;margin:0;position:absolute;width:18px;height:18px}input[type=checkbox]+label{clear:none;margin:0;padding:3px 0 0 23px;cursor:pointer;background:url(../images/check-off.png) left center no-repeat;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:17px;float:left}input[type=checkbox]:checked+label{background-image:url(../images/check-on.png)}input[type=radio]{opacity:0;float:left;margin:0;position:absolute}input[type=radio]+label{clear:none;margin:0;padding:3px 0 0 23px;cursor:pointer;background:url(../images/radio-off.png) left center no-repeat;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:17px;float:left}input[type=radio]:checked+label{background-image:url(../images/radio-on.png)}