Hello everyone, if anyone can help I have a alignment problem on my home page in my quick search box. I need the radio button for female to be to the left of the word female like it is for the male. heavenboundsingles.com . Here is what some of the scripting html is if anyone could give me a pointer as to what to change ? :

<div class="boxContent">
<div class="clear_both"></div>
<form action="search_result.php" method="get"><div class="searchForm"><div class="searchHeader"><div class="headText">Sex</div><div class="headText" style="margin-left:14px;">Looking for</div><div>age</div></div><div class="radio_group"><input type="radio" name="sex" value="female" />female<input type="radio" name="sex" value="male" checked="checked" />male</div><div class="radio_group" style="margin-left:20px;"><input type="radio" value="female" name="seek4" checked="checked" />female<input type="radio" name="seek4" value="male" />male<input type="radio" name="seek4" value="all" />all</div><div class="radio_group" style="margin-left:25px; margin-top:5px; width: 80px;"><select name="age_from" style="float: right; right: 0;"><option value="18" selected="selected">18</option><option value="19"


I'm running a Dolphin GPL 5.6 script. Thanks ! :>)

Steve