.box {
  width: 300px;
  padding: 0 5px 5px;
}

.box2 {
  width: 300px;
  padding: 0 5px 5px;
}

  .box-top-left {
    background: transparent url(img/box/top_left.png) top left no-repeat;
    height: 25px;
  }

    .box-top-right {
      background: transparent url(img/box/top_right.png) top right no-repeat;
      height: 25px;
      padding-left: 6px;
      padding-right: 7px;
    }

      .box-title {
        background: transparent url(img/box/top.png) top left repeat-x;
        height: 20px;
        padding-top: 5px;
        padding-left: 7px;
        padding-right: 7px;

        font-weight: bold;
        font-size: 12px; 
        color: white;                
      }
    
  .box-left {
    background: transparent url(img/box/left.png) top left repeat-y;
  }
    
    .box-right {
      background: transparent url(img/box/right.png) top right repeat-y;
      padding-left: 6px;
      padding-right: 7px;
    }

      .box-body {
        background: #F1F0F0;
        padding-top: 5px;
        padding-left: 7px;
        padding-right: 7px;
      }

  .box-bottom-left {
    background: transparent url(img/box/bottom_left.png) top left no-repeat;
    height: 6px;
  }

    .box-bottom-right {
      background: transparent url(img/box/bottom_right.png) top right no-repeat;
      height: 6px;
      padding-left: 6px;
      padding-right: 7px;
    }

      .box-bottom {
        background: transparent url(img/box/bottom.png) top left repeat-x;
        height: 6px;
      }
