Gotcha on that.
I reverted back to the overlay without the extra -moz stuff removed and it is back to normal.
I also turned on the sidebar login so you can check it out.
BTW, as a side note I also fixed the H3 error in the default.php file and removed the hard coded border radius stuff for the Profile tabs and moved it to the overlay.
Instead of having this for the Profile tabs in the default.php. (and other themes)
-moz-border-radius: 5px 5px 0 0;
-khtml-border-radius: 5px 5px 0 0;
-webkit-gradientborder-radius: 5px 5px 0 0;
border-radius: 5px 5px 0 0;
I will do a <?php echo($profileTabsRadius); ?> and ad the coresponding
$profileTabsRadius =’-webkit-gradientborder-radius: 5px 5px 0 0;border-radius: 5px 5px 0 0;’;
To all the overlays.
Those are both small things and I will include them in the patch for the border radius stuff once done.
Hopefully by tomorrow eve.