How to make this inside shadow effect with CSS?

So far I got this http://jsfiddle.net/yX26J/. How to apply shadow only left and top?
You can change the offset of the shadow with:
div {
width:80px; height:110px;
background:#3183bd;
-moz-box-shadow: inset 1em 1em 1em -1em #111;
-webkit-box-shadow: inset 1em 1em 1em -1em #111;
box-shadow: inset 1em 1em 1em -1em #111;
}
http://jsfiddle.net/ga6cy/4/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With