1 2 3 4 5 6 7 8 9 10 11
| <div style="width:640px; text-align:center;" >
toto
<div style="height:90px; background-color:#ffa800; width:320px; font: 14px arial, verdana, sans-serif; font-weight: bold;">
<img src="$url_site/imgs/spacer.gif" height="1px"><br>
<div style="margin:3px; background-color:white; height:83px;" ><br>
<b>Your email:</b> <input type="text" name="username" id="username" size="25"><br><br>
<b>Password:</b> <input type="password" name="password" id="password" size="25"><br>
</div>
</div>
<br> <input type="submit" name="login" id="login" value="Login" class="submit" />
</div> |