/* -- jRounded -- */
.box{position:relative;background-color:#F2E6CC;margin-bottom:10px;padding:10px;}
.box .tl,.box .tr,.box .bl,.box .br{position:absolute;width:10px;height:10px;}
.box .tl{background-image:url(../images/box-tl.gif);top:0;left:0;}
.box .tr{background-image:url(../images/box-tr.gif);top:0;right:0;}
.box .bl{background-image:url(../images/box-bl.gif);bottom:0;left:0;}
.box .br{background-image:url(../images/box-br.gif);bottom:0;right:0;}
.box .bg-white{background-color:#fff;padding:10px;}


.box2{position:relative;background-color:#2D378F;margin-bottom:10px;padding:10px;}
.box2 .tl,.box2 .tr,.box2 .bl,.box2 .br{position:absolute;width:10px;height:10px;}
.box2 .tl{background-image:url(../images/box-tl-blue.gif);top:0;left:0;}
.box2 .tr{background-image:url(../images/box-tr-blue.gif);top:0;right:0;}
.box2 .bl{background-image:url(../images/box-bl-blue.gif);bottom:0;left:0;}
.box2 .br{background-image:url(../images/box-br-blue.gif);bottom:0;right:0;}
.box2 .bg-white{background-color:#fff;padding:10px;}