.jquery-radio       {display: inline; font-size: 14px; line-height: 15px; cursor: pointer; cursor: hand; padding-left: 5px; padding-right: 5px}
.jquery-radio .mark {display: inline;}

.jquery-radio img {vertical-align: middle; width: 14px; height: 15px;}
.jquery-radio img{background: transparent url(/images/radio_button.gif) no-repeat;}

.jquery-radio img{
    background-position: -18px 0px;
}
.jquery-radio-hover img{
    background-position: -18px -18px;
}
.jquery-radio-checked img{
    background-position: 0px 0px;
}
.jquery-radio-checked .jquery-radio-hover img {
    background-position: 0px -18px;
}

.jquery-radio-disabled img{
    background-position: -18px -18px;
}
.jquery-radio-checked .jquery-radio-disabled img{
    background-position: 0px -18px;
}

.jquery-radio2       {display: inline; font-size: 14px; line-height: 15px; cursor: pointer; cursor: hand; padding-left: 5px; padding-right: 5px}
.jquery-radio2 .mark {display: inline;}

.jquery-radio2 img {vertical-align: middle; width: 17px; height: 17px;}
.jquery-radio2 img{background: transparent url(/images/radio_button2.png) no-repeat;}

.jquery-radio2 img{
    background-position: -17px 0px;
}
.jquery-radio2-hover img{
    background-position: -17px -17px;
}
.jquery-radio2-checked img{
    background-position: 0px 0px;
}
.jquery-radio2-checked .jquery-radio2-hover img {
    background-position: 0px -17px;
}

.jquery-radio2-disabled img{
    background-position: -17px -17px;
}
.jquery-radio2-checked .jquery-radio2-disabled img{
    background-position: 0px -17px;
}