.IFBoxTable {
width:100%;
margin-top:16px;
margin-bottom:16px;

}

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

.IFBoxTable .tl{
background: url('img/tl1.png') no-repeat;
height: 20px;

}

.IFBoxTable .tr{
background: url('img/tr.png') no-repeat right top;
}

.IFBoxTable .l{
background: url('img/l.png') repeat-y left;
width:3px;
}

.IFBoxTable .body{
background-color:#FFF;
margin:0;
padding-bottom:5px;
}

.IFBoxTable .r{
background: url('img/r.png') repeat-y left;
width:3px;
}

.IFBoxTable .bl{
background: url('img/bl.png') top left no-repeat;
height: 10px;
}

.IFBoxTable .br{
background: url('img/br.png') top right no-repeat;
height: 10px;
}

