I saw that button on this side(http://letsgo.gorizia.it/) and was wondering how to implement such a style?
Is there a useful tutorial or can you give me a hint which css I should use?

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 think you could take a look at this post on StackOverflow:
You should use rgba for it like stated in the post
And this website:
http://robertnyman.com/2010/01/11/css-background-transparency-without-affecting-child-elements-through-rgba-and-filters/
That should give you the effects you want.
You probably still need to look for the rounding of corners but with css3 nowadays that shouldn’t be that though to find.
Also W3schools have a page about it. I know it ain’t the most reliable site but it can be handy for some small tips or tricks that you can’t find that easily.