Ok, I was able to move the message

In the file
jcomments-v2.1.js I've changed line
if(af){JComments.prototype.moveElement(fe,af,af.firstChild);}else{alert(m);return;}into:
if(af){JComments.prototype.moveElement(fe,af,af.lastChild);}else{alert(m);return;}And the message is now just below SEND button.
