/* CSS container shadow */
#shadow-container {
position: relative;
left: 3px;
top: 3px;
margin-right: 3px;
margin-bottom: 3px;
padding-bottom: -3px;
width: 400px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .shadow4,
#shadow-container .shadow5,
#shadow-container .shadow6,
#shadow-container .shadow7,
#shadow-container .shadow8,
#shadow-container .shadow9,
#shadow-container .container {
position: relative;
left: -1px;
top: -1px;
}

#shadow-container .shadow1 {
background: #EEEEEE;
}

#shadow-container .shadow2 {
background: #DDDDDD;
}

#shadow-container .shadow3 {
background: #CCCCCC;
}

#shadow-container .shadow4 {
background: #BBBBBB;
}

#shadow-container .shadow5 {
background: #AAAAAA;
}

#shadow-container .shadow6 {
background: #999999;
}

#shadow-container .shadow7 {
background: #888888;
}

#shadow-container .shadow8 {
background: #777777;
}

#shadow-container .shadow9 {
background: #666666;
}

#shadow-container .container {
border: 0px solid #333333;
padding: 0px;
}
/* CSS container shadow */