div.top1 {
 background: url(../images/top1.png) no-repeat 0 0;
 width: 100%;
 height: 39px;
 white-space: nowrap;
 overflow: hidden;
}

div.top2 {
 background: url(../images/top2.png) no-repeat 0 0;
 width: 100%;
 height: 8px;
 overflow: hidden;
}

div.body1 {
 background: url(../images/body1.png) repeat-y 0 0;
 width: 100%;
}

div.bot1 {
 background: url(../images/bot1.png) no-repeat 100% 0;
 width: 100%;
 height: 16px;
}

div.bot2 {
 background: url(../images/bot2.png) no-repeat 100% 0;
 width: 100%;
 height: 12px;
 overflow: hidden;
}

td.t {
 background: url(../images/t.gif) repeat-x 0 0;
 height: 12px;
}

td.b {
 background: url(../images/b.gif) repeat-x 0 100%;
 height: 12px;
}

td.l {
 background: url(../images/l.gif) repeat-y 0 0;
 width: 12px;
}

td.r {
 background: url(../images/r.gif) repeat-y 100% 0;
 width: 12px;
}

td.bl {
 background: url(../images/bl.gif) no-repeat 0 100%;
 width: 12px;
 height: 12px;
}

td.br {
 background: url(../images/br.gif) no-repeat 100% 100%;
 width: 12px;
 height: 12px;
}

td.tl {
 background: url(../images/tl.gif) no-repeat 0 0;
 width: 12px;
 height: 12px;
}

td.tr {
 background: url(../images/tr.gif) no-repeat 100% 0;
 width: 12px;
 height: 12px;
}