Thanks so much kh99.
The simplified login form worked fine.
Just had to add a hidden field to prevent it from coming back to the login form:
Code:
<input type="hidden" name="url" value="/homepage.php">
--------------- Added [DATE]1338847450[/DATE] at [TIME]1338847450[/TIME] ---------------
Moving the hook to global_state_check solved my problem with the vanishing CSS.
Moving the form from the external HTML page to the template is causing some wackiness in that I think we're intercepting the processing at login.php and showing the login template.
I tried incorporating the SKIP_SESSIONCREATE, but that didn't seem to help.
Anyone have further thoughts?