The page contains two buttons, from twitter and from facebook.
What I\'m observing in Firefox 3.5.15 is:
I fixed this by adding position: relative; top: 4px; to the style attribute of the facebook iframe.
position: relative; top: 4px;
style
So, it looks like this:
An imperfect solution, but it works.