.shadowBoxTable,
.shadowBoxTable tr,
.shadowBoxTable td {
    margin: 0;
    padding: 0;
    border: 0;
}

.shadowBoxTable {
    width: 100%;
}

.shadowBoxTable .topleft,
.shadowBoxTable .topright,
.shadowBoxTable .bottomleft,
.shadowBoxTable .bottomright {
    width: 16px;
    height: 16px;
}

.shadowBoxTable .middleleft,
.shadowBoxTable .middleright {
    width: 16px;
}

.shadowBoxTable .topcenter,
.shadowBoxTable .bottomcenter {
    height: 16px;
}

.shadowBoxTable .middlecenter {
    padding: 10px;
}

.shadowBoxTable .topleft {
    background: url(../img/frb01_left_top.png) bottom right no-repeat;
}

.shadowBoxTable .topcenter {
    background: url(../img/frb01_top.png) bottom left repeat-x;
}

.shadowBoxTable .topright {
    background: url(../img/frb01_right_top.png) bottom left no-repeat;
}

.shadowBoxTable .middleleft {
    background: url(../img/frb01_left.png) top right repeat-y;
}

.shadowBoxTable .middleright {
    background: url(../img/frb01_right.png) top left repeat-y;
}

.shadowBoxTable .bottomleft {
    background: url(../img/frb01_left_bottom.png) top right no-repeat;
}

.shadowBoxTable .bottomcenter {
    background: url(../img/frb01_bottom.png) top left repeat-x;
}

.shadowBoxTable .bottomright {
    background: url(../img/frb01_right_bottom.png) top left no-repeat;
}


