$(function(){
        $('div.klausimas').each(function() {
             $(this).corner("20px");
        });
        
        $('.nepazymetas > .ats > :radio').change(function() {
               $(this).parent().parent().removeClass('nepazymetas');
        });
});

