/* CSS Document */

body {margin:0px; }
p {font-family:arial; font-size:12px; color: #000000 }


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
<![if !IE 6]>
.shiftcontainer {
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 230px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -4px; /*shadow depth*/
top: -5px; /*shadow depth*/
font-size: 13px;
}

<![endif]>
