I'm currently developing a theme for my website, and I want to restyle the comment area. So far it has worked pretty well. I'm familiar with comment_form function and defining new defaults as explained in the codex.
My problem is as follows:
I want to move the comment textarea above the name, e-mail, and website fields. Is it possible to add a filter or something to change this? I know I can just force the positioning with CSS but that doesn't seem like the best solution here.