How can I set the left and right margin of a table row (or something similar to achieve the same result)? I tried border-collapse:separate; border-spacing:20px; but that removed the rows border bottom.
This is what I am trying to create:

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.
I do not think this is possible with tables.
Here it is with divs and spans. I hope you like it: