.container-wrapper
{
  padding: 0px;
  margin-bottom: 6px;
}

.container-wrapper .t {background: url(bg-t.gif) 0 0% repeat-x; padding-bottom:8px;}
.container-wrapper .b {background: url(bg-b.gif) 0 100% repeat-x;}
.container-wrapper .l {background: url(bg-ml.gif) 0 0 repeat-y}
.container-wrapper .r {background: url(bg-mr.gif) 100% 0 repeat-y}
.container-wrapper .bl {background: url(bg-bl.gif) 0 100% no-repeat}
.container-wrapper .br {background: url(bg-br.gif) 100% 100% no-repeat}
.container-wrapper .tl {background: url(bg-tl.gif) 0 0 no-repeat}
.container-wrapper .tr {background: url(bg-tr.gif) 100% 0 no-repeat;}

.container-header
{
  padding: 4px 12px;
  border-bottom: solid 1px #eee;
}
.container-content
{
  padding: 4px 12px;
}

