.box-style {
    display:table;
    margin: 0px auto;
}
.box-style p {
    font-size: 14px;
    line-height: 16px;
}
.box-style h1, legend {
    text-align: center;
    font-size: 18px;
    line-height: 10px;
    color:#E86502;
}
.box-style h2 {
    text-align: center;
    font-size: 14px;
    line-height: 10px;
    color: #E86502;
}
.box-style .table {
}
.box-style .hd, .box-style .bd, .box-style .ft {
    display: table-row;
}
.box-style .hd .l, .box-style .ft .l, .box-style .hd .r, .box-style .ft .r {
    height:20px;
    width:20px;
    display:table-cell;
}
.box-style .hd .m, .box-style .ft .m {
    height:20px;
    display:table-cell;
}
.box-style .hd .l {
    background:transparent url(../images/box/tl.png) no-repeat left;
}
.box-style .hd .m {
    background:transparent url(../images/box/tm.png) repeat-x;
}
.box-style .hd .r {
    background:transparent url(../images/box/tr.png) no-repeat right;
}
.box-style .bd .l {
    background:transparent url(../images/box/ml.png) repeat-y;
    display:table-cell;
}
.box-style .bd .m {
    background:url(../images/box/ms.png) repeat;
    display:table-cell;
    height: 230px;
}
.box-style .bd .r {
    background:transparent url(../images/box/mr.png) repeat-y right;
    display:table-cell;
}
.box-style .ft .l {
    background:transparent url(../images/box/bl.png) no-repeat left;
}
.box-style .ft .m {
    background:transparent url(../images/box/bm.png) repeat-x bottom;
}
.box-style .ft .r {
    background:transparent url(../images/box/br.png) no-repeat right;
}

.table-cell-border {
    border: dotted 1px;
    border-collapse:collapse;
}