Brandon C said
Your usage of the Suffusion theme caught my eye since I use it on several sites.
You are right that it has a text align for ‘<p>’ that is causing the problem. I am thinking that in this case it is not even needed.
After looking I see the reassign also needs to be centered. I will bring up on the bug/improvements tacking site for discussion.
Looking up a at a user’s profile where the box pop in the center, I found the same problem. In fact, I haven’t noticed it at first with a quick look, but now I took longer to see what was shown there and I realized there was something wrong, so I took a look at Firebug and again the p, .p { text-align: left; } was there. Disabling it thru Firebug made everything looks better but I don’t know how to disable it with CSS, I believe we cannot reset text-align.
Should I ask Sayontan (Suffusion) why he define this or you’ll be able to fix it everywhere? Dunno if there is other screen that make use of it.