<style type="text/css">
<![if !IE 6]>



.shiftcontainer{
position: relative;
left: 10px; /*Number should match -left shadow depth below*/
top: 10px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 200px; /* container width*/
height: 160px; 
background: transparent url(bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: #FFFAF7;
border: 1px solid darkgray;
padding: 6px;
position: relative;
left: -10px; /*shadow depth*/
top: -10px; /*shadow depth*/
}

</style>

<![endif]>
