.shadow-container {
    position: relative;
    left: 3px;
    /*top: 3px; enable vertical stacking of containers */
    margin-right: 3px;
    margin-bottom: 3px;
}

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

.shadow-container .shadow1 {
    background: #F1F0F1;
}

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

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

.shadow-container .container,
.shadow-container .container-image {
    background: #ffffff;
    border: 1px solid #848284;
    padding: 10px;
}

.bsize_400  { background:url(images/button_400.gif); width:400px; height:32px; cursor:pointer; }

.button_download  { background:url(images/button_download.png); width:122px; height:42px; cursor:pointer; }
