Why are radio buttons lining up vertically in dialog?

Why are radio buttons lining up vertically in dialog?

I have a dialog that is:
<form>
<div>radio button1  radio button2 radio button3
</div>
</form>
 
...and the radio buttons line up vertically instead of horizontally.
 
What am I missing?

TIA