.skinContainer {
  position: relative;
}

.topLeft, .top, .topRight, .left, .center, .right, .bottomLeft, .bottom, 
  .bottomRight {
  position: absolute;
  z-index: 1;
}

.topLeft, .top, .topRight {
  height: 74px;
  top: 0;
}

.bottomLeft, .bottom, .bottomRight {
  height: 37px;
  bottom: 0;
}

.topLeft, .left, .bottomLeft, .topRight, .right, .bottomRight {
  width: 32px;
}

.topLeft, .left, .bottomLeft {
  left: 0;
}

.topRight, .right, .bottomRight {
  right: 0;
}

.top, .bottom {
  left: 32px;
  right: 32px;
}

.left, .right {
  top: 74px;
  bottom: 37px;
}

.center {
  top: 74px;
  bottom: 37px;
  left: 32px;
  right: 32px;
}

.flat p, .transparent p {
  padding-top: 74px;
  padding-bottom: 37px;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
  z-index: 2;
}

.flat .topLeft {
  background: url( flat/boxTL.png ) no-repeat top left;
}

.flat .top {
  background: url( flat/boxT.png ) repeat-x top;
}

.flat .topRight {
  background: url( flat/boxTR.png ) no-repeat top right;
}

.flat .left {
  background: url( flat/boxL.png ) repeat-y left;
}

.flat .center {
  background: #334c64;
}

.flat .right {
  background: url( flat/boxR.png ) repeat-y right;
}

.flat .bottomLeft {
  background: url( flat/boxBL.png ) no-repeat bottom left;
}

.flat .bottom {
  background: url( flat/boxB.png ) repeat-x bottom;
}

.flat .bottomRight {
  background: url( flat/boxBR.png ) no-repeat bottom right;
}

.transparent .topLeft {
  background: url( transparent/boxTL.png ) no-repeat top left;
}

.transparent .top {
  background: url( transparent/boxT.png ) repeat-x top;
}

.transparent .topRight {
  background: url( transparent/boxTR.png ) no-repeat top right;
}

.transparent .left {
  background: url( transparent/boxL.png ) repeat-y left;
}

.transparent .center {
  background: url( transparent/boxC.png );
}

.transparent .right {
  background: url( transparent/boxR.png ) repeat-y right;
}

.transparent .bottomLeft {
  background: url( transparent/boxBL.png ) no-repeat bottom left;
}

.transparent .bottom {
  background: url( transparent/boxB.png ) repeat-x bottom;
}

.transparent .bottomRight {
  background: url( transparent/boxBR.png ) no-repeat bottom right;
}