#shadow-container {
    position: relative;
    /*left: 3px;
    top: 3px;*/
    margin-right: 10px;
    margin-bottom: 10px;
    width:1px;
    height:1px;
}

#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
    position: relative;
    left: -1.5px;
    top: -1.5px;
}

    #shadow-container .shadow1 {
        background: #001E3A;
    }

    #shadow-container .shadow2 {
        background: #01111F;
    }

    #shadow-container .shadow3 {
        background: #000000;
    }

    #shadow-container .container {
        background: #003366;
        border: 1px solid #848284;
        padding: 0px;
    }