Code:
<form name="searchForm" action="{$baseurl}/search.php" method="GET">

<table  border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td height="34"><input class="search_box" maxlength="128" name="search" value=""></td>
<td width="20"></td>
<td><select name="type" class="search_select">
<option value=video>Search Videos</option><option value=user>Search Users</option><option value=group>Search Groups</option></select>
</td>
<td width="10"></td>
<td><input type="image" src="{$baseurl}/templates/images/search.gif" alt="Search" width="90" height="20"></td>
</tr>
</table>

</form>
This works! Just paste code where you want search. You can play with the parameters how you see fit!