.CorBox {
   background: #333333 url(../Images/CorBox_grad.gif) no-repeat;
}
.CorBox_top div {
   background: url(../Images/CorBox_tl.gif) no-repeat top left;
}
.CorBox_top {
   background: transparent url(../Images/CorBox_tr.gif) no-repeat top right;
}
.CorBox_bottom div {
   background: url(../Images/CorBox_bl.gif) no-repeat bottom left;
}
.CorBox_bottom {
   background: transparent url(../Images/CorBox_br.gif) no-repeat bottom right;
}

.CorBox_top div, .CorBox_top,
.CorBox_bottom div, .CorBox_bottom {
   width: 100%;
   height: 10px;
   font-size: 1px;
}
.CorBox_content { margin: 0 10px; 
}

.roundedcornr_box_list {
   background: #8c969b;
}
.roundedcornr_top_list div {
   background: url(../Images/roundedcornr_list_tl.png) no-repeat top left;
}
.roundedcornr_top_list {
   background: url(../Images/roundedcornr_list_tr.png) no-repeat top right;
}
.roundedcornr_bottom_list div {
   background: url(../Images/roundedcornr_list_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_list {
   background: url(../Images/roundedcornr_list_br.png) no-repeat bottom right;
}

.roundedcornr_top_list div, .roundedcornr_top_list, 
.roundedcornr_bottom_list div, .roundedcornr_bottom_list {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_list { margin: 0 20px; }