does anyone know what is causing my like and send boxes to cut off abruptly? You can try and of said buttons on my site to see what I mean.
Edit: Here is what it looks like in IE, Firefox, and Chrome:

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the CSS file http://easydiablo3.com/themes/MyTheme/css.axd?name=style2.5.0.6.css you have the following CSS:
The
!importantappended at the end of your width declaration is causing this width to override all of your other widths and giving the appearance that the send box is getting cut off.This is a perfect example as to why you should be mindful when using the
!importantdeclaration.