#shadow-container
{
 position: relative;
 left: 3px;
 top: 3px;
 margin-right: 3px;
 margin-bottom: 3px;
}
#shadow-container .shadow2, #shadow-container .shadow3, #shadow-container .shadow4, #shadow-container .shadow5, #shadow-container .shadow6, #shadow-container .container
{
 position: relative;
 left: -1px;
 top: -1px;
}
#shadow-container .shadow1
{
 background: #F0F0F0;
}
#shadow-container .shadow2
{
 background: #E0E0E0;
}
#shadow-container .shadow3
{
 background: #D0D0D0;
}
#shadow-container .shadow4
{
 background: #C0C0C0;
}
#shadow-container .shadow5
{
 background: #B0B0B0;
}
#shadow-container .shadow6
{
 background: #A0A0A0;
}
#shadow-container .container
{
 background-color: #FFFFFF;
 border: 1px solid #909090;
 padding: 10px;
}
