<div id="wrapper">
<table>
<tr>
<td> <input type="text"> </td>
</tr>
<tr>
<td width="200">
<div id="selectwrapper"><select id="myselect">
<option>test option</option>
<option>This is a really really really long string of text that will make it really hard to handle this select element</option>
</select></div></td>
</tr>
<tr>
<td> <input type="text"> </td>
</tr>
</table>
</div>