Is it possible to have a y-scrollable div, but the scroll bar be say… 200 px away from the div?
Like so:

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.
Not right-margin, that would add the space to the right of the scrollbar.
Use right-padding to give the box extra space to the right of the content. Since this would be part of the box, the scrollbar would be to the right of that.