<form name="searchform" action="" method="get" style="float: left; width: 18em; margin-left: 1em;"> 
  <fieldset> 
  <legend><?php echo "カテゴリから検索"?></legend> 
  <?php dropdown_cats() ?> 
  <input type="submit" name="submit" value="<?php echo "表示"?>" /> 
  </fieldset>
</form>

<br style="clear:both;" />