I think you've provided the wrong code in
fbconnect_button templates ?
Code:
<center>
<span class="fbconnect" style="height:21px">
<img src="http://static.ak.fbcdn.net/images/loaders/indicator_white_small.gif" alt="Connect with Facebook" />
</span>
</center>
Shouldn't it be this one ? :S
Code:
<!-- fbconnect -->
<center>
<a href="#" onclick="facebook_requestSession(); return false;">
<img id="fb_login_image" src="http://static.ak.fbcdn.net/images/fbconnect/login-buttons/connect_light_medium_long.gif" border="0" alt="Connect"/>
</a>
</center>
<!-- / fbconnect -->