
.wrap1, .wrap2, .wrap3 {
    display: inline-table;
    /* \*/ display: block; /**/
    }

.wrap1 {
    float: left;
    background: url(../imgs/shadow.gif) right bottom no-repeat;
    margin: 20px;
    }

.wrap2 {
    background: url(../imgs/corner_bl.gif) left bottom no-repeat;
    padding-left: 2px;
    }

.wrap3 {
    padding: 0 18px 10px 0;
    background: url(../imgs/corner_tr.gif) right top no-repeat;
    }


