/* Rounded Box */

.box-top-left {
  width: 18px;
  height: 16px;
  background: url(../images/window-topleft.png) no-repeat right bottom;
  line-height: 16px;
}
.box-top {
  height: 16px;
  background: url(../images/window-top.png) repeat-x bottom;
  line-height: 16px;
}
.box-top-right {
  width: 24px;
  height: 16px;
  background: url(../images/window-topright.png) no-repeat left bottom;
  line-height: 16px;
}

.box-left {
  width: 18px;
  background: url(../images/window-left.png) repeat-y right;
}
.box-content {
  background: #f0f9fc;
}
.box-right {
  width: 24px;
  background: url(../images/window-right.png) repeat-y left;
}

.box-bottom-left {
  width: 18px;
  height: 24px;
  background: url(../images/window-bottomleft.png) no-repeat right top;
}
.box-bottom {
  height: 24px;
  background: url(../images/window-bottom.png) repeat-x top;
}
.box-bottom-right {
  width: 24px;
  height: 24px;
  background: url(../images/window-bottomright.png) no-repeat left top;
}
