JavaScript - Radio Buttons

How does one hide a radio button list?

If you use style = 'display:none' it only hides the actual buttons and not the text. Also, if I attach a html id to the list, it renders the list as a single radio button (with the list intact).

Any ideas on how to go about hiding all entries on a radio button list?

-Jules