.shiftcontainer{
position: relative;
left: 0px; /*Number should match -left shadow depth below*/
top: 5px; /*Number should match -top shadow depth below*/
margin-bottom:7px;
z-index:1;
}

.shadowcontainer
{
	background-image: url(../img/box300.jpg);
width: 304px; /* container width*/
/*background-color: RGB(229, 229, 229);*/
/*margin: 2px;*/
text-align: center;
z-index:0;
}

.shadowcontainer .innerdiv
{
background-image: url(../img/box300.jpg);
height:69px;
/* Add container height here if desired */
background-color: White;
border: 1px solid gray;
/*padding: 2px;*/
/*position: relative;*/

text-align: center;
font: normal 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
z-index:1;
}

.shadowcontainer2{
width: 340px; /* container width*/
background-color: Yellow;
margin: 2px;
text-align: center;
}

.shadowcontainer2 .innerdiv{
/* Add container height here if desired */
background-color: White;
border: 1px solid gray;
padding: 5px;
position: relative;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
text-align: center;
font: normal 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

.shadowcontainer3{
width: 680px; /* container width*/
background-color: RGB(229, 229, 229);
margin: 2px;
text-align: center;
}

.shadowcontainer3 .innerdiv{
/* Add container height here if desired */
background-color: White;
border: 1px solid gray;
padding: 2px;
position: relative;
padding: 5px;
left: -5px; /*shadow depth*/
top: -5px; /*shadow depth*/
text-align: center;
font: normal 100% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

