I think a nice little touch to this forum would be to have the cursor focus in on the "User Name" text box when the page loads.
Just put something like:
onLoad="javascript:document.formname.fieldname.focus()"
(where formname and fieldname refect the corresponding HTML elements)
within the <body> tag (if there is one, because this is PHP) of the page.
This just eliminates having to click within the text field before loging in.
Just a little idea (!)