﻿
/* This css will negate the rad decorator hiding the input control. */
table.customRadioButtonList tbody tr td input
{
    position: relative !important;
    left: -8px !important;
    bottom: -2px;
}
table.customRadioButtonList tbody tr td label
{
    position: relative !important;
    left: -5px !important;
    padding-right: 5px;
}

