.shiftcontainer{
position: relative;
left: 0px; /*Number should match -left shadow depth below*/
top: 0px; /*Number should match -top shadow depth below*/
}
 
.shadowcontainer{
width: 230x; /* container width*/
background-color: #d1cfd0;
}
 
.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: #FFFFFF;
border: 1px solid #999999;
padding: 6px;
position: relative;
left: -0px; /*shadow depth*/
top: -0px; /*shadow depth*/
}
 
</style>
