My issue involves Safari. When viewed in other browsers, the input and link on the second row appear on the same line, but Safari displays them differently. Any thoughts on why this might be happening?
HTML
<div id="searchWrapper01">
<div id="regulationsSearch">
<span class="item01">Search in:</span>
<select class="item02">
<option value="0">Title and text</option>
<option value="1">Title only</option>
</select>
<input type="text" class="item03" /><a href="/#search" onclick="vent.trigger('loadData:searchRegulationsResults')" class="item04">Search</a>
</div>