I have recently started learning CSS and am facing an issue with the alignment of radio buttons. They do not align properly in Chrome and Firefox, although they display correctly in Explorer. Any assistance on this matter would be greatly appreciated. Thanks in advance!
#choiceContainer{width:160px;}
#lftChoice{float:left;width:70px;font-size:11px;vertical-align:top;}
#rtChoice{float:right;width: 90px;font-size:11px;vertical-align:top;}