Problem with select element on site

Problem with select element on site

Hi,

I am testing a form with this mark up:

<div data-role="fieldcontain">
    <label for="select-choice-1" class="select">Choose shipping method:</label>
    <select name="select-choice-1" id="select-choice-1">
        <option value="standard">Standard: 7 day</option>
        <option value="rush">Rush: 3 days</option>
        <option value="express">Express: next day</option>
        <option value="overnight">Overnight</option>
    </select>
</div>

When I select one of the options, the entire site expands and becomes unusable on my ipod touch (4.3.1). Am using the latest release of jquery: 1.0a4.1

When I run the docs page (containing the same mark up), the problem doesnt occur - any help would be much appreciated!