<tr class="txt2">
<td align="left" colspan="2" style="width: 85px;">Search By</td>
<td align="left" style="width: 100px" class="txt2">
<input id="rdbName" type="radio" name="Search" value="rdbName"
checked="checked" /><label for="rdbName">Name</label></td>
<td align="left" style="width: 100px" class="txt2">
<input id="rdbAddress" type="radio" name="Search" value="rdbAddress"
/><label for="rdbAddress">Address</label></td>
<td align="left" style="width: 125px" class="txt2">
<input id="rdbPhoneNo" type="radio" name="Search" value="rdbPhoneNo"
/><label for="rdbPhoneNo">Telephone No.</label></td>
</tr>
<tr class="txt2">
<td align="left" colspan="2" style="width: 85px;">Search Key</td>
<td align="left" colspan="3" style="height: 22px">
<input name="txtSearch" type="text" id="txtSearch" /></td>
</tr>
<tr class="txt2">
<td align="left" colspan="2" style="width: 85px;">Match</td>
<td align="left" colspan="3" style="height: 26px">
<select name="drpMatch" id="drpMatch" style="width:126px;">
<option value="Exactly">Exactly</option>
<option value="Starting With">Starting With</option>
</select></td>
</tr>
<tr>
<td align="center" colspan="5" style="height: 26px">
<input type="submit" name="Button1" value="Search" id="Button1"
style="color:FloralWhite;background-color:#804040;font-weight:bold;"
/></td>
</tr>
</table>
<br />
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td align="center" colspan="5" style="height: 26px">
<span id="lblerror" style="color:Red;font-weight:bold;"></span>
</td>
</tr>
</table>
</td>
</tr>
</table>
</tr>
</table>