Quote Originally Posted by clydejones View Post
OK, I'll put them up on my test site and see if I can track down the problem.
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.