BTW, almost forgot. There is also a quick fix, on to size of the "text box", (where your users would type in why they would like to become a mod), via templates. I have inserted a screenshot to show you what I mean.
Anyway, to accomplish this...
In your "mod" template-
FIND:
Code:
<textarea name="message"></textarea>
REPLACE THAT WITH:
Code:
<textarea rows="17" cols="87" name="message"></textarea>
Or, if you want to use a custom size, just simply play around with the ROWS and COLS #'s, to get the size your looking for.
thanks,
Metro.