我想把这个下拉式的搜索改成横式的,就像一些商贸网那样的搜索应怎么改,下面是代码:

<style type="text/css">
<!--
.style5 {color: #FF3300}
.style6 {color: #333333}
-->
</style>
<table width="100%" border=0 cellpadding=0 cellspacing=1>
              
                <form id="zForm" name="searchform" method="get" action="" onSubmit="window.location=zForm.surl.value+'&key='+zForm.keywords.value;return false;">
                <tr valign="top">
                  <td width="117" align="center" valign="middle"><span class="style6"> 综合搜索</span></td>
                  
                  <td width="100" valign="middle"><select name="stype" onChange="document.zForm.surl.value=this.options[this.selectedIndex].value">
                    <option value="{#RP#}company/class/index.php?Province=0&zoneid=0&catid=0&tradetype=0&showtj=0&tp=search">企业库</option>
                    <option value="{#RP#}sell/class/index.php?Province=0&zoneid=0&catid=0&infotype=0&showtj=0&tp=search&infotime=0">供应信息</option>
                    <option value="{#RP#}buy/class/index.php?Province=0&zoneid=0&catid=0&infotype=0&showtj=0&tp=search&infotime=0">求购信息</option>
                    <option value="{#RP#}products/class/index.php?Province=0&zoneid=0&catid=0&showtj=0&tp=search&infotime=0">产品展厅</option>
                    <option value="{#RP#}page/search/index.php?type=news">新闻资讯</option>
                    <option value="{#RP#}page/search/index.php?type=bbs">评论文章</option>
                  </select></td>
                  
                    <td width="218" valign="middle"><input type="text" name="keywords" value="{#key#}" size="38"></td>
                  <td width="105" valign="middle">
                  <input type="Submit" value="搜 索" style="background:url(images/home_search_button.gif) no-repeat;width:74px;height:24px;border:0px;font-weight:bold;color:#7B2E00;">
                    <input name="surl" type="hidden" id="surl" value="">
                    <script>document.zForm.surl.value=this.zForm.stype.options[this.zForm.stype.selectedIndex].value;
                    </script></td>
                  <td width="410" rowspan="2" valign="middle"><div align="center"><strong>会员登陆&nbsp;&nbsp;&nbsp; 会员注册</strong></div></td>
                </tr>
                <tr>
                   <td></td>
                   <td height="28" colspan="2">
                   <span class="style5">热们关键词:<a href="11sell/class/index.php?Province=0&zoneid=0&catid=0&infotype=0&showtj=0&tp=search&infotime=0&key=&#30707;&#26448;"><u>红酒</u></a> <a href="http://11/company/class/index.php?Province=0&zoneid=0&catid=0&tradetype=0&showtj=0&tp=search&key=&#35774;&#22791;"><u>红酒</u></a> <a href="http://11/company/class/index.php?Province=0&zoneid=0&catid=0&tradetype=0&showtj=0&tp=search&key=&#30005;&#23376;"><u>冰酒</u></a> <a href="sell/class/index.php?Province=0&zoneid=0&catid=0&infotype=0&showtj=0&tp=search&infotime=0&key=&#39135;&#21697;"><u>红酒</u></a> <a href="http://11/company/class/index.php?Province=0&zoneid=0&catid=0&tradetype=0&showtj=0&tp=search&key=&#31036;&#21697;"><u>红酒</u></a> <a href="11sell/class/index.php?Province=0&zoneid=0&catid=0&infotype=0&showtj=0&tp=search&infotime=0&key=&#26381;&#35013;"><u>红酒</u></a></span>                   </td>
                   <td></td>
                  </tr>   
            </form>
</table>