 .babydomebox {
  width: 98%;
 }
 /* styles for the general table layout */
 .babydomebox .box-left {
  width: 14px;
 }
 .babydomebox .box-center {
  width: 90%;
 }
 .babydomebox .box-right {
  width: 20px;
 }
 /* styles for the top cells of the table layout */
 .babydomebox .top-left {
  background: url(../box/top-left.png) no-repeat;
  height: 22px;
 }
 .babydomebox .top-center {
  background: url(../box/top-middle.png) repeat-x;
 }
 .babydomebox .top-right {
  background: url(../box/top-right.png) no-repeat;
  height: 22px;
 }
 /* styles for the middle cells of the table layout */
 .babydomebox .middle-left {
  background: url(../box/left-middle.png) repeat-y;  
 }
 .babydomebox .middle-center {
  padding: 0px 0px;
 }
 .babydomebox .middle-right {
  background: url(../box/right-middle.png) repeat-y;
 }
 /* styles for the top bottom of the table layout */
 .babydomebox .bottom-left {
  background: url(../box/left-bottom.png) no-repeat;
    height: 22px;
 }
 .babydomebox .bottom-center {
    background: url(../box/middle-bottom.png) repeat-x;
 }
 .babydomebox .bottom-right {
    background: url(../box/right-bottom.png) no-repeat;
    height: 22px;
 }