This is a cool idea, it will allow JoomlaComment to work like a Guest Book - just like the Michael Jackson tribute/memory page you linked
If you want to keep the Modern template (recommended) you will have to edit the index.html file under templates.
Look for this in the file:
{post}
lots of code here for the Comments...
{/post}
{form}
lots more code here for the 'New Comment' form...
{/form}
so,
CUT all the code between {form}{/form}, including the {form} tags, and paste it
above the {post}{/post} block. This should move the Form to above the Comments