/* CSS Document */

/* 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: #dcdcdc;
}

#shadow-container .shadow2 {
background: #e4e4e4;
}

#shadow-container .shadow3 {
background: #fbfbfb;
}

#shadow-container .container {
background: #ffffff;
border: 1px solid #848284;
padding: 10px;
}
/* CSS container shadow */


