.shadow-container {
    position: relative;
    left: 3px;
    top: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

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

.shadow1 {
    background: #F1F0F1;
}

.shadow2 {
    background: #E2E2E2;
}

.shadow3 {
    background: #DBDBDB;
}

.container {
    background:#ffffff;
    border: 1px solid #E1E1E1;
    left:-1px;
    top:-1px;
}
img#ti{
    margin-left:-2px;
    margin-top:-1px;
}
img#uti{
    margin-left:-2px;
    margin-top:-2px;
}
img#bi{
    margin-left:-2px;
    margin-bottom:-3px;
}
