.sh_top
{
	background-repeat: no-repeat;
    background-image: url(/images/top.png);
	width: 800px;
	height: 9px;
}

.sh_topr
{
	background-repeat: no-repeat;
    background-image: url(/images/tr.png);
	width: 9px;
	height: 9px;
}

.sh_topl
{
	background-repeat: no-repeat;
    background-image: url(/images/tl.png);
	width: 9px;
	height: 9px;
}

.sh_bot
{
	background-repeat: no-repeat;
    background-image: url(/images/bot.png);
	width: 800px;
	height: 9px;
}

.sh_botr
{
	background-repeat: no-repeat;
    background-image: url(/images/br.png);
	width: 9px;
	height: 9px;
}

.sh_botl
{
	background-repeat: no-repeat;
    background-image: url(/images/bl.png);
	width: 9px;
	height: 9px;
}

.sh_right
{
	background-image: url(/images/rightc.png);
	background-repeat: repeat-y;
	width: 9px;
}

.sh_left
{
	background-image: url(/images/leftc.png);
	background-repeat: repeat-y;
	width: 9px;
}

.sh_rightt
{
	background-image: url(/images/right.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 9px;
}

.sh_leftt
{
	background-image: url(/images/left.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 9px;
}

.sh_rightb
{
	background-image: url(/images/right.png);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 9px;
}

.sh_leftb
{
	background-image: url(/images/left.png);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 9px;
}