.rs-checkbox {
    background: url("../images/checkbox.png") no-repeat scroll center top ;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 25px;
    margin-top: 12px;
    padding: 0 13px;
}
.rs-checkbox.checked {
    background: url("../images/checkbox.png") no-repeat scroll center -26px;
}
.rs-radio{
	background: url(http://thedrivefm.ca/wp-content/themes/thedrivefm/images/radio.png) no-repeat center top;
    display: inline-block;
    height: 25px;
    padding: 0 13px;
	cursor:pointer;
}
.rs-radio.checked{
	background: url(http://thedrivefm.ca/wp-content/themes/thedrivefm/images/radio.png) no-repeat center bottom;
}