.radio_button_box > table > tbody > tr > td,
.checkbox_button_box > table > tbody > tr > td{
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.radio_button_box > table > tbody > tr > td > input,
.checkbox_button_box > table > tbody > tr > td > input{
    display:none;
}
