/* User vars */
/*.box_width{width:auto;} // Including borders
.box_height{height:auto;} // Without borders
.box_border_spacing{padding:inherit;}
.box_border_top{background-image:none;}
.box_border_bottom{background-image:none;}
.box_border_left{background-image:none;}
.box_border_right{background-image:none;}
.box_corner_tl{background-image:none;}
.box_corner_tr{background-image:none;}
.box_corner_bl{background-image:none;}
.box_corner_br{background-image:none;}*/

/* Box */
.box{margin:0 auto;}
.box_content{overflow:auto;}
.box_border{padding:0;margin:0;}
.box_border_top{background-repeat:repeat-x;background-position:top left;}
.box_border_bottom{background-repeat:repeat-x;background-position:bottom left;}
.box_border_left{background-position:top left;background-repeat:repeat-y;}
.box_border_right{background-position:top right;background-repeat:repeat-y;}
.box_corner{background-repeat:no-repeat;padding:0;margin:0;}
.box_corner_tl{background-position:top left;}
.box_corner_tr{background-position:top right;}
.box_corner_bl{background-position:bottom left;}
.box_corner_br{background-position:bottom right;}