I tried to, but if they were aligned correct, the background of the surrounding div was gone... atm I have no clue how to fix that
Just wanted to take a look into your source, but saw that you already solved the displaying of the W3c buttons in the footer.
Furthermore the page is a bit empty, but I think you will fill this later on. Another remark I have is about the 'forget details' section. When you view that page you will notice that the layout is not really nice. I saw that this has to do with the fact that this page 'forgot_form.php' is being inserted hardcoded and not by using database settings (
so it is maintainable via the admin console).
When viewing the source of that page I also noticed that the following was mentioned in the source:
<input type="hidden" name="url" value="{URL}" />
<tr style="display: {DISPLAY_FORM}">
The stuff between the { brackets } should not be showed in the source in my opinion. Maybe this is a WB Bug, but I don't know that for sure...