.shtopleft
{
    background: url(images/sh-top-left.png) no-repeat top left;
    height: 20px;
    width: 20px;
}
.shtop
{
    background: url(images/sh-top.png) repeat-x top left;
    height: 20px;
}
.shtopright
{
    background: url(images/sh-top-right.png) no-repeat top right;
    height: 20px;
    width: 20px;
}
.shleft
{
    background: url(images/sh-left.png) repeat-y top right;
    width: 20px;
}
.shcontent
{
    background: White;
    text-align: left;
    padding: 10px 13px 10px 13px;
}
.shright
{
    background: url(images/sh-right.png) repeat-y top left;
    width: 20px;
}
.shbottomleft
{
    background: url(images/sh-bottom-left.png) no-repeat bottom left;
    height: 20px;
    width: 20px;
}
.shbottom
{
    background: url(images/sh-bottom.png) repeat-x bottom left;
    height: 20px;
}
.shbottomright
{
    background: url(images/sh-bottom-right.png) no-repeat bottom right;
    height: 20px;
    width: 20px;
}
