Is it possible to have the same text effect (inner shadow, shade) as this image:

using CSS3, and how?
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.
WebKit-only (Safari/Chrome):
Here you can see above snippet in JsFiddle: http://jsfiddle.net/HkTqe/6/
Firefox & WebKit:
Note that you must have two div’s in that order, with the same textual content; else it won’t work.
Comparison of both techniques: http://jsfiddle.net/bABuM/