<div data-role="content">
<form id="login-form">
<label for="login-form-email" >Email</label>
- <span style="float: left; width: 80%;">
+ <div style="float: left; width: 80%;">
<input id="login-form-email" type="email" name="email" autocomplete="on"/>
- </span>
- <span style="float: right;">
+ </div>
+ <div style="float: right;">
<input id="login-form-save" type="checkbox" name="save" class="custom" data-mini="true" checked/>
<label for="login-form-save">Save</label>
- </span>
+ </div>
<div style="clear: both; float: left;">
<label for="login-form-password">Password</label>
</div>