.radioInput {display:inline-block;}
.radioInput .styled-radio-label {color:#000; cursor:pointer; font-weight:normal;}
.radioInput .styled-radio {float:left; display:block; height:12px; width:12px; overflow:hidden; cursor:pointer; margin:.2em .4em .5em .4em; *margin:0 6px 0 0; position:relative; background:url(../images/radio/radio.png) no-repeat 0 0;}
.radioInput .styled-radio:hover {background-position:0 -20px;}
.radioInput .styled-radio-selected, .radioInput .styled-radio-selected:hover {background-position:0 -40px;}
.radioInput .styled-radio-hidden {display:none;}
.radioInput .label-selected {color:#000;}