/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*SHADOW */

.shiftcontainer{
margin-top: 8px;
position: relative;
left: 7px; /*Number should match -left shadow depth below*/
top: 7px; /*Number should match -top shadow depth below*/
}

.shadowcontainer{
width: 190px; /* container width*/
background: transparent url(graphics/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer2{
width: 658px; /* container width*/
background: transparent url(graphics/bigshadow.gif) no-repeat bottom right;
}

.shadowcontainer .innerdiv, .shadowcontainer2 .innerdiv {
/* Add container height here if desired */
text-align: center;
background-color: white;
border: 1px solid gray;
padding: 6px;
position: relative;
left: -7px; /*shadow depth*/
top: -7px; /*shadow depth*/
}

/*BORDER */
.container {
margin-top: 8px;
position: relative;
text-align: center;
background-color: white;
border: 1px solid gray;
padding: 6px;
}
