Select box width

HTML

<select name="foo" style="width: 100px">
    <option>short</option>
    <option>a medium length</option>
    <option>a very long select box option</option>
</select>