    div.uedge {
      width: 90%;
      height: 18px;
      background-image: url(../images/rounded/modtable-top.gif);
      background-position: top right;
      background-repeat: repeat-x;
      float: left;
    }
    div.redge {
      background-image: url(../images/rounded/modtable-right.gif);
      background-position: top right;
      background-repeat: repeat-y;
      float: left;
      width: 100%;
      padding-right: 35px;
    }
    div.bedge {
      width: 90%;
      height: 18px;
      background-image: url(../images/rounded/modtable-bottom.gif);
      background-position: bottom left;
      background-repeat: repeat-x;
      float: left;
    }
    div.ledge {
      background-image: url(../images/rounded/modtable-left.gif);
      background-repeat: repeat-y;
      float: left;
      width: 90%;
      padding-left: 1px;
    }
    div.ulcorner {
      background-image: url(../images/rounded/modtable-tl.gif);
      background-position: top left;
      background-repeat: no-repeat;
      width: 18px;
      height: 18px;
      float: left;
    }
    div.urcorner {
      background-image: url(../images/rounded/modtable-tr.gif);
      background-position: top right;
      background-repeat: no-repeat;
      width: 18px;
      height: 18px;
      float: left;
      margin-right: -35px;
    }
    div.blcorner {
      background-image: url(../images/rounded/modtable-bl.gif);
      background-position: bottom left;
      background-repeat: no-repeat;
      width: 18px;
      height: 18px;
      float: left;
      clear: left;
    }
    div.brcorner {
      background-image: url(../images/rounded/modtable-br.gif);
      background-position: bottom right;
      background-repeat: no-repeat;
      width: 18px;
      height: 18px;
      float: left;
      margin-right: -35px;
    }
    div.innercontent {
    /* background-image: url(../images/rounded/modtable-right.gif);
     background-position: top right;
     background-repeat: repeat-y;*/
     padding-right: 1px;
     margin-right: -35px;
    }
    div.clear {
     height: 0px;
    }
