Sometimes I see a CSS related display issue on the farcry login page. This primarily only happens in FireFox for me. There are 2 ways to fix this:
1) add a height property to #login inside the main.css file
2) add
<h3>
<img src="images/powered_by_farcry_watermark.gif" />
Tell it to someone who cares
</h3>
right after the ending fieldset tag in the login.cfm page. (This is right around line 170 of that file if it is still the default)
I prefer the second method because it adds the farcry logo under the login form.
