    .boxcont {
      position: relative;
      margin: 7px 10px 7px 10px;
    }
    
    .boxcont div{
      background-image: url(/images/rbox/orange/line_v.gif);
      background-position: top left;
      background-repeat: repeat-y;
      width: 290px;
    }

    .boxcont div div {
      background-image: url(/images/rbox/orange/line_v.gif);
      background-position: top right;
      background-repeat: repeat-y;
    }
    
    .boxcont div div div {
      background-image: url(/images/rbox/orange/line_h.gif);
      background-position: top left;
      background-repeat: repeat-x;
    }

    .boxcont div div div div {
      background-image: url(/images/rbox/orange/line_h.gif);
      background-position: bottom left;
      background-repeat: repeat-x;
    }

    .boxcont div div div div div {
      background-image: url(/images/rbox/orange/lt.gif);
      background-position: top left;
      background-repeat: no-repeat;
    }
    
    .boxcont div div div div div div {
      background-image: url(/images/rbox/orange/lb.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
    }

    .boxcont div div div div div div div {
      background-image: url(/images/rbox/orange/rt.gif);
      background-position: top right;
      background-repeat: no-repeat;
    }
    
    .boxcont div div div div div div div div {
      background-image: url(/images/rbox/orange/rb.gif);
      background-position: bottom right;
      background-repeat: no-repeat;
    }

    .boxcont div div div div div div div div div {
      background-image: url(/images/shim.gif);
      background-repeat: no-repeat;
    }
    
    div.boxcontent {
      width: 268px;
    }
   
    div.boxcontent table {
      width: 279px;
      padding: 11px;
      padding-right: 0;
    } 
