/* CSS Document */




.shiftcontainer{

left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
float: left;
padding-bottom: 20px;
padding-right: 20px;
height:auto;
text-align:left;

}

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

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


}


