I have a form with the following...
<dt class=idx><span>Sex:</span></dt><dl><fieldset>Male<input type="radio" name="Sex" value="Male" checked>Female<input type="radio" name="Sex" value="Female"></fieldset></dl>
the problem is that the box created by the fieldset extends to the right margin. I'd like it to extend only as far as necessary to include the two radio buttons. The dt, dl, and scan stuff is there to effect spacing and leaders.