.c-top, .c-bottom, .c-left, .c-right,
.c-tl, .c-tr, .c-bl, .c-br
{
  position: absolute;
}

.c-top
{
  top: 0;
  left: 0;
  width: 100%;
  height: 9px;
  background: url("images/top.png") repeat-x;
}
.c-bottom
{
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15px;
  background: url("images/bottom.png") repeat-x;
}
.c-left
{
  top: 0;
  left: 0;
  height: 100%;
  width: 10px;
  background: url("images/left.png") repeat-y;
}
.c-right
{
  top: 0;
  right: 0;
  height: 100%;
  width: 14px;
  background: url("images/right.png") repeat-y;
}
.c-tl
{
  top: 0;
  left: 0;
  width: 10px;
  height: 9px;
  background: url("images/corners.png") no-repeat -14px -15px;
}
.c-tr
{
  top: 0;
  right: 0;
  width: 14px;
  height: 9px;
  background: url("images/corners.png") no-repeat 0px -15px;
}
.c-bl
{
  bottom: 0;
  left: 0;
  width: 10px;
  height: 15px;
  background: url("images/corners.png") no-repeat -14px 0px;
}
.c-br
{
  bottom: 0;
  right: 0;
  width: 14px;
  height: 15px;
  background: url("images/corners.png") no-repeat 0px 0px;
}