code: http://jsfiddle.net/xVCrn/1/
(works best in chrome / webkit)
I’m trying to get the red part to have 1px of margin inside the dark buttony area. but I can’t seem to change the height of the red part. =(
the goal: 
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.
If using
display-inlineyou can set it’s height. You will also want to set theline-heightas well. For example I addedline-height:17px;and it centered it pretty good.Example: jsFiddle Example
Tip: For webkit browsers on elements with a
borderof 1px andborder-radius. Use1px double #colorIt’ll help with the jagged lines. I believe this is mostly a problem in Chrome that hasn’t been resolved.