In Internet Explorer (8), my multiple choice fields with longer descriptions display with the radio button above the text. Other browsers seem to display as desired with text displayed to the right of the radio button.
Here is some CSS I tried adding:
.ginput_container ul li input, .ginput_container ul li label {display:block !important; float:left !important;}
Here's the link: http://www.fumc-denton.com/gravityForms2/?page_id=2
Do you know of a way to make these behave in Internet Explorer as they do in the other browsers?