.panel_top_left_corner
{
	background-repeat: no-repeat;
	background-image: url('/images/border_01.jpg');
	width:12px;
	height:12px;
}

.panel_top_center
{
	background-image: url('/images/border_02.jpg');
	height:12px;
	background-repeat:repeat-x;
}


.panel_top_right_corner
{
	background-repeat: no-repeat;
	background-image: url('/images/border_03.jpg');
	width:20px;
	height:12px;
}





.panel_left_middle
{
	background-repeat: repeat-y;
	background-image: url('/images/border_04.jpg');
	width:12px;
}



.panel_main_panel_bg
{
	background-color: #ffffff;
	padding: 6px;
}

.panel_right_middle
{
	background-repeat: repeat-y;
	background-image: url('/images/border_06.jpg');
	width:20px;
}







.panel_bottom_left_corner
{
	background-repeat: no-repeat;
	background-image: url('/images/border_07.jpg');
	width:12px;
	height:20px;
	background-position: top right;
}

.panel_bottom_center
{
	background-image: url('/images/border_08.jpg');
	
	height:20px;
	background-repeat: repeat-x;
}

.panel_bottom_right_corner
{
	background-repeat: no-repeat;
	background-image: url('/images/border_09.jpg');
	width:20px;
	height:20px;
	background-position: top right;
}

.right_corner
{
	background-color:#efefef;
	width: 57px;
	height:50px;
	background-image: url('/images/ramka_08.jpg');
	background-repeat: no-repeat;
	margin-top: -37px;
	margin-left: -43px;
	position: relative;
	z-index: 100;
}

