I would like to make the items in this table match the rest of the default theme.
Here is the code I'm using now. It creates the 'Find Parts & Diagrams' search box at the top of our site.
As you can see it's kind of matches, but I would like for it to match the theme a lot more, such as same rounded corners, font, text size, same size text box and button, but I'm not sure how to go about doing that.
<table border="1" width="468" height="" cellpadding="0" cellspacing="0">
<tr class="catbg">
<td style="border-width: 0px 0px 1px; border-style: none none solid; padding: 6px; margin: 0px; font-size: 160%;" align="center"><font face="Times New Roman" color="#FFFFFF">Find Parts & Diagrams Here</font></td>
</tr>
<tr>
<td style="border: 0px none; padding: 5px; margin: 0px; font-size: 100%; line-height: 100%;" align="center">Enter Model Number, Part Numer, or Description.
</td>
</tr>
<tr >
<td style="border: 0px none;" align="center">
<!-- APP SmartSearch -->
<form method="get" action="http://click.linksynergy.com/fs-bin/statform" target="_blank">
<input name="id" value="omv7WULuxaw" type="hidden"><input name="offerid" value="225193" type="hidden">
<input name="bnid" value="1673" type="hidden">
<input name="subid" value="" type="hidden">
<input name="keyword" maxlength="60" size="35" type="text" />
<input type="submit" title="Search" value="Search" class="button_submit">
</form><IMG width="1" height="1" border="0" src="http://ad.linksynergy.com/fs-bin/show?id=omv7WULuxaw&bids=93887&type=5">
<!-- APP SmartSearch -->
</td>
</tr>
<tr>
<td style="border: 0px none; padding: 5px; margin: 0px; font-size: 100%; line-height: 100%;" align="center">
<a href="http://www.repairclinic.com/General/Help-Me-Find-My-Model-Number?RCAID=24039" target='_blank'><font color="#D97B33">Help Me Find My Model Number</font></a><br/><br/>
</td>
</tr>
</table>
<br/>