.RadioClass
{
 position: absolute;
 left: -999em;
}
.RadioLabelClass
{
	  display:block;
      background: url(../images/radio/radio_off.gif) no-repeat;
      padding-left:19px;
      margin: 0px;
      height: 22px;	
      width: auto;
      cursor:pointer;
    }
.RadioLabelClass:hover{
      text-decoration: underline;
      cursor:pointer;
    }
.RadioLabelSelected{
      background: url(../images/radio/radio_on.gif) no-repeat;
    }

