* CSS container shadow */
#shadow-container {
position: relative;
left: 3px;
top: 3px;
margin-right: 3px;

margin-bottom: 3px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
position: relative;
left: -2px;
top: -2px;
}

#shadow-container .shadow1 {
background: #927A4F;
}

#shadow-container .shadow2 {
background: #7C6844;
}

#shadow-container .shadow3 {
background: #6F5D3C;
}

#shadow-container .container {
background: #cccc99;
border: 1px solid #50432b;
padding: 5px;
}

/* CSS container shadow */