@CHARSET "UTF-8";

.panel
{
}


.panel_topLeft
{
	width:4px;
	height:4px;
	background-image: url('/img/panel/top_left.gif');
	background-repeat: no-repeat;
}

.panel_topMiddle
{
	height:4px;
	background-image: url('/img/panel/top.gif');
	background-repeat: repeat-x;
}

.panel_topRight
{
	width:9px;
	height:4px;
	background-image: url('/img/panel/top_right.gif');
	background-repeat: no-repeat;
}





.panel_botLeft
{
	width:4px;
	height:9px;
	background-image: url('/img/panel/bottom_left.gif');
}

.panel_botMiddle
{
	height:9px;
	background-image: url('/img/panel/bottom.gif');
}

.panel_botRight
{
	width:9px;
	height:9px;
	background-image: url('/img/panel/bottom_right.gif');
}





.panel_left
{
	width:4px;
	height:100%;
	background-image: url('/img/panel/left.gif');
	background-repeat:repeat-y;
}
.panel_middle
{
	background-color: #B5B6B5;
	background-image: url('/img/panel/panel_bg.gif');
	background-repeat:repeat-x;
	vertical-align:top;
}
.panel_right
{
	width:9px;
	height:100%;
	background-image: url('/img/panel/right.gif');
	background-repeat:repeat-y;
}
