I have a forum created with Wordpress and bbPress, but when I answer a topic the answer box overlaps a lot of content, including some of the original topic and some of the links. I cannot figure out why but I think it's because of CSS.

Here's the link:
http://formography.com/forums/topic/photos-and-textures/

Please help.
I've tried adding .reply { position:relative !important;} and that fixed a lot of it actually. However, still looks weird because it's floating in the bottom of the box for some reason.
#bbpress-forums div.reply {
position: relative !important;
top: 0px !important;
}

I added this and so far so good. The top fixes so that it's aligned in the top weirdly enough. I have no idea what I'm doing but as long as it works ey.