div.box {
  background:url(images/box/top.gif) top repeat-x;
  font-family:Verdana;
  font-weight:normal;
  font-size:12px;
  height:101%;
}

div.box div.left {
  background:url(images/box/left.gif) left repeat-y;
}

div.box div.bottom {
  background:url(images/box/bottom.gif) bottom repeat-x;
}

div.box div.right {
  background:url(images/box/right.gif) right repeat-y;
}

div.box div.clear {
  line-height:0px;
  clear:both;
  font-size:0px;
}

div.box div.top-left {
  width:14px;
  height:14px;
  line-height:0px;
  float:left;
  font-size:0px;
  background:url(images/box/top-left.gif) no-repeat top left;
}

div.box div.top-right {
  width:14px;
  height:14px;
  line-height:0px;
  float:right;
  font-size:0px;
  background:url(images/box/top-right.gif) no-repeat top right;
}

div.box div.bottom-left {
  width:14px;
  height:16px;
  line-height:0px;
  float:left;
  font-size:0px;
  background:url(images/box/bottom-left.jpg) no-repeat bottom left;
}

div.box div.bottom-right {
  width:14px;
  height:16px;
  line-height:0px;
  float:right;
  font-size:0px;
  background:url(images/box/bottom-right.jpg) no-repeat bottom right;
}
div.box div.content-space {
  margin:0px 14px 0px 10px;
  border:1px solid #ffffff;
}
