Sip, sorry. Los tengo en una hoja de estilos, pero sería lo siguiente:
Código HTML:
<fieldset style="height:150px; width:270px;">
<legend>CÓDIGO</legend>
<select style="width: 150px;" name="codigo" size="1">
<option value="codigo1">codigo1</option>
<option value="codigo2">codigo2</option>
<option value="codigo2">codigo2</option>
</select><br><br>
</fieldset> 
<fieldset style="height:150px; width:270px;">
<legend>TEMA</legend>
<select style="width: 150px;" name="tema" size="1">"
<option value="tema1">tema1</option>
</select><br><br>
</fieldset> 
<fieldset style="height:150px; width:150px; text-align:left; padding-left: 20px;">
<legend>FECHA</legend>
<!--<input type=radio name="posteriorA">Posterior a ...<br>-->
<!--<input type=radio name="anteriorA">Anterior a ... <br>-->
</fieldset>