border-radius: 10px;
-moz-border-radius: 10px;
Explain how to get more specific:
border-radius: 10px 0px 10px 0px / 0px 10px 0px 10px;
box-shadow: 10px 10px 5px #888888;
-moz-box-shadow: 10px 10px 5px #888888;
-webkit-box-shadow: 10px 10px 5px #888888;
Vertical and horizontal displacement, blur, and color
text-shadow: 10px 10px 5px #888888;
Vertical and horizontal displacement, blur, and color
transform: rotate(-5deg(;
-moz-transform: rotate(-5deg(;
-webkit-transform: rotate(-5deg(;
-o-transform: rotate(-5deg(;