Using the code in CSS:



<style>
#box {

box-shadow:-10px -10px 10px #333333, -10px -10px 2px #333333;
border-radius-top-left:5px;
border-radius-top-right:4px;
border-radius-bottom-left:9px;
border-radius-bottom-right:10px;
background-color: #FFFFFF;
color: #666666;;
border-left:1px black;
border-right:1px black;
border-top:1px black;
border-bottom:1px black;
</style>

<div id="box"> This is the box content </div>

Make a free website with Yola