OK, I think I got it:
open tpl_login_default.php
right at the top make the highlighted change.
<div class="centerColumn">
<?php if ($messageStack->size('login') > 0) echo $messageStack->output('login'); ?>
<div id="loginColumnLeft">
In your original file you had <div id="centerColumn">
This is calling an id from the stylesheet instead of the class that is there.
Bookmarks