Pessoal,
Estou testando no chrome, e quando eu clico no meu componente h:selectOneRadio ele vai para a linha debaixo no firefox funciona normalmente,
segue abaixo meu codigo
<h:panelGroup styleClass="linha" rendered="#{cadguiaMbean.vtipodetela eq '2'}" >
<h:panelGrid columns="4" border="0" style="text-align:left;" cellpadding="0">
<h:selectOneRadio id="caratersol" styleClass="margemdireita">
<f:selectItem itemLabel="Efetiva" itemValue="1" />
<f:selectItem itemLabel="Urgência" itemValue="2" />
</h:selectOneRadio>
<h<img src="http://javafree.uol.com.br/forum/images/smiles/icon_surprised.gif">utputText value="#{msg.guiaconsultaspsadtsol_tpatend}" styleClass="fonte" rendered="#{cadguiaMbean.vtipodetela eq '2'}"/>
<p:selectOneMenu style="width: 120px;">
<f:selectItem itemLabel="Remoção" itemValue="1" />
<f:selectItem itemLabel="Pequena Cirurgia" itemValue="2" />
<f:selectItem itemLabel="Terapias" itemValue="3" />
<f:selectItem itemLabel="Consulta" itemValue="4" />
<f:selectItem itemLabel="Exame" itemValue="5" />
<f:selectItem itemLabel="Atendimento Domícilio" itemValue="6" />
<f:selectItem itemLabel="SADT Internado" itemValue="7" />
<f:selectItem itemLabel="Quimioterapia" itemValue="8" />
<f:selectItem itemLabel="Radioterapia" itemValue="9" />
<f:selectItem itemLabel="TRS-Terapia Renal Substitutiva" itemValue="10" />
</p:selectOneMenu>
</h:panelGrid>
</h:panelGroup>
segue em anexo minhas telas