/** GENERAL BOX **/
.box{
    width:100%;
    margin-bottom:15px;
}

    /** header **/
    .box .boxh{
        height:26px;
    }

    .box .boxh .lc,
    .box .boxh .rc{
        width:9px;
        height:26px;
    }

    .box .boxh .lc{
        float:left;
    }

.box .boxh .cc {
color:#000000;
font-family:"Trubuchet MS",arial,sans-serif,helvetica;
font-size:12px;
font-weight:bold;
padding:4px 3px;
}

    .box .boxh .rc{
        float:right;
    }

    /** center **/
    .box .boxc{
        width:100%;
    }

    .box .boxc .lc,
    .box .boxc .rc{
        width:9px;
        height:1px;
    }

    .box .boxc .lc{
        background:url('../img/box/center_left.jpg') repeat-y;
    }

    .box .boxc .cc{
        background:#fff;
    }

    .box .boxc .rc{
        background:url('../img/box/center_right.jpg') repeat-y;
    }

    /** footer **/
    .box .boxf{
        height:6px;
        background:url('../img/box/bottom_center.jpg') repeat-x;
    }

    .box .boxf .lc,
    .box .boxf .rc{
        width:9px;
        height:6px;
    }

    .box .boxf .lc{
        float:left;
        background:url('../img/box/bottom_left.jpg') no-repeat;
    }

    .box .boxf .cc{
        background:#fff;
        overflow: auto;
    }

    .box .boxf .rc{
        float:right;
        background:url('../img/box/bottom_right.jpg') no-repeat;
    }

.box-grey{
}

    .box-grey .boxh{
        background:url('../img/box/grey_top_center.jpg') repeat-x;
        color:#434343;
    }

    .box-grey .boxh .lc{
        background:url('../img/box/grey_top_left.jpg') repeat-x;
    }

    .box-grey .boxh .rc{
        background:url('../img/box/grey_top_right.jpg') repeat-x;
    }

.box-blue{
}

    .box-blue .boxh{
        background:url('../img/box/blue_top_center.jpg') repeat-x;
    }

    .box-blue .boxh .lc{
        background:url('../img/box/blue_top_left.jpg') repeat-x;
    }

    .box-blue .boxh .rc{
        background:url('../img/box/blue_top_right.jpg') repeat-x;
    }

.box-orange{
}

    .box-orange .boxh{
        background:url('../img/box/orange_top_center.jpg') repeat-x;
    }

    .box-orange .boxh .lc{
        background:url('../img/box/orange_top_left.jpg') repeat-x;
    }

    .box-orange .boxh .rc{
        background:url('../img/box/orange_top_right.jpg') repeat-x;
    }

.box-green{
}

    .box-green .boxh{
        background:url('../img/box/green_top_center.jpg') repeat-x;
    }

    .box-green .boxh .lc{
        background:url('../img/box/green_top_left.jpg') repeat-x;
    }

    .box-green .boxh .rc{
        background:url('../img/box/green_top_right.jpg') repeat-x;
    }
