.box {
  background:url(top.gif) top repeat-x;
  height:101%;
}

.boxBottom {
  background:url(bottom.gif) bottom repeat-x;
}

.boxLeft {
  background:url(left.gif) left repeat-y;
}

.boxRight {
  background:url(right.gif) right repeat-y;
}

.boxTopLeft {
  height:14px;
  width:14px;
  line-height:0px;
  font-size:0px;
  background:url(top-left.gif) no-repeat top left;
  float:left;
}

.boxTopRight {
  height:14px;
  width:14px;
  line-height:0px;
  font-size:0px;
  background:url(top-right.gif) no-repeat top right;
  float:right;
}

.boxBottomLeft {
  height:16px;
  width:14px;
  line-height:0px;
  font-size:0px;
  background:url(bottom-left.jpg) no-repeat bottom left;
  float:left;
}

.boxBottomRight {
  height:16px;
  width:14px;
  line-height:0px;
  font-size:0px;
  background:url(bottom-right.jpg) no-repeat bottom right;
  float:right;
}

.boxContent {
  margin:0px 14px 0px 10px;
  font-size:12px;
  font-weight:normal;
}

.boxContentBorderVisible {
  border:1px solid #bcbcbc;
}

.boxContentBorderInVisible {
  border:1px solid #ffffff;
}

.rounded_box_separator {
  height:10px;
}
