There seems to be an issue with the selectbox being unselectable at the lower part in Safari. It's difficult to pinpoint the exact problem in the code. You can see the issue on the country selectbox by visiting this website:
<span>
<span class="select" id="selectland">--- Select ---</span><select class="styled" name="land">
<option value="">--- Select ---</option>
<option value="Afghanistan">Afghanistan</option>
</select>
</span>
I have attempted various CSS combinations to resolve the issue, but none of them seem to work. Any assistance would be greatly appreciated!