/* Inset 3D Curved */
.inset {
  background:transparent;
  }

.inset .b1, .inset .b2, .inset .b3, .inset .b4{
  display:block; 
  overflow:hidden;
  font-size:1px;
  }
.inset .b1, .inset .b2, .inset .b3 {
  height:1px;
  }
.inset .b2 {
  background:#fff; 
  border-left:1px solid #000;
  border-right:1px solid #000;
  }
.inset .b3 {
  background:#fff; 
  border-left:1px solid #000;
  border-right:1px solid #000;
  }
.inset .b4 {
  background:#fff; 
  border-left:1px solid #000; 
  border-right:1px solid #000;
  }

.inset .b1 {
  margin:0 5px; 
  background:#000;
  }
.inset .b2 {
  margin:0 3px; 
  border-width:0 2px;
  }
.inset .b3 {
  margin:0 2px;
  }
.inset .b4 {
  height:2px; margin:0 1px;
  }

.inset .boxcontent {
  display:block; 
  background:#fff; 
  border-left:1px solid #000;
  border-right:1px solid #000;
  }
