

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */<!-- Hide entire CSS code from IE6 -->
<![if !IE 6]>



.shiftcontainer{
position: relative;
/*left: 5px; /*Number should match -left shadow depth below*/
bottom: 8px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 270px; /* container width*/
background-color: #6F8094;
}

.shadowcontainer .innerdiv{
/* Add container height here if desired */
background-color: white;
height: 380px;
border: 2px solid #6F8094;
padding: 6px;
position: relative;
/*left: -5px; /*shadow depth*/
bottom: -8px; /*shadow depth*/
}

.shiftcontainer2{
position: relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainer2{
width: 546px; /* container width*/
background-color: #d1cfd0;
}

.shadowcontainer2 .innerdiv2{
/* Add container height here if desired */
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}




.shiftcontainertop{
position: -2px relative;
left: 5px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
}

.shadowcontainertop{
width: 220px; /* container width*/
background-color: #CF422E;
}

.shadowcontainertop .innerdivtop{
/* Add container height here if desired */
background-color: white;
border: 1px solid #CF422E;
padding: 6px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
}

<![endif]>
