Page is a not externally linkable
jalarie - 5:32 pm on May 9, 2011 (gmt 0)
The closing quote for "style" is just after the "40px" and I would have put a semicolon just after the "px" and before the quote just for consistency. Or maybe I'm just OCD.
The closing quote for the "onclick" is just before the "+document" item. I expect someone did not notice this and added the extra quote that you just removed.
Add a "<div class='form'>" just after your form tag and "</div>" just before the "</form>" tag and that should fix the problem. You may use any class you wish or leave it out entirely; it's the "div" that is needed.
For your script problem, "javascript:Back()" needs a semicolon just before the closing quote.