@charset "UTF-8";
/* CSS Document */

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

.shadowcontainer {
width: 979px; /* container width*/
background: transparent url(../images/shadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv {
/* Add container height here if desired */
background-color: white;
border: 0px solid gray;
padding: 0px;
position: relative;
left: -14px; /*shadow depth*/
top: -14px; /*shadow depth*/

}