﻿.rrExpandPanel {
	width: 98%;
	margin-top: 16px;
	text-align: right;
	table-layout: fixed;
}
.rrExpandPanel_left_top
{
	background: url('../../pic/rrExpandPanel/1/no.png') top left no-repeat;
	width:21px;
	height:34px;
}
.rrExpandPanel_right_top
{
	background: url('../../pic/rrExpandPanel/1/ne.png') top right no-repeat;
	width:23px;
	height:34px;
}
.rrExpandPanel_middle_top
{
	background: url('../../pic/rrExpandPanel/1/n.png') top center repeat-x;
	-moz-user-select: none;
	-khtml-user-select: none;
	overflow: hidden;
	height:34px;
}
.rrExpandPanel_left_middle
{
	background: url('../../pic/rrExpandPanel/1/o.png') top left repeat-y;
	width:21px;
}
.rrExpandPanel_right_middle
{
	background: url('../../pic/rrExpandPanel/1/e.png') top right repeat-y;
	width:23px;
}
.rrExpandPanel_middle_middle
{
	background: url('../../pic/rrExpandPanel/1/c.png');
	padding-top: 10px;
}
.rrExpandPanel_middle_middle div
{
	overflow:auto; 
}
.rrExpandPanel_left_bottom
{
	background: url('../../pic/rrExpandPanel/1/so.png') bottom left no-repeat;
	width:21px;
	height:31px;
}
.rrExpandPanel_right_bottom
{
	background: url('../../pic/rrExpandPanel/1/se.png') bottom right no-repeat;
	margin-left: 21px;
	height:31px;
	width:23px;
}
.rrExpandPanel_middle_bottom
{
	background: url('../../pic/rrExpandPanel/1/s.png') bottom repeat-x;
	height:31px;
}
