@CHARSET "UTF-8";

.panel {
	margin: 0;
	padding: 0;
	position: relative;
}

.panel-head {
	height: 25px;
}

.panel-head-left {
	background: url("../images/00.gif") no-repeat scroll left top;
	width: 25px;
	height: 25px;
	float: left;
}

.panel-head-right {
	background: url("../images/02.gif") no-repeat scroll right top;
	width: 34px;
	height: 25px;
	float: right;
}

.panel-head-center {
	background: url("../images/01.gif") repeat-x scroll center top;
	overflow: hidden;	
	height: 25px;
}

.panel-middle {
	background: url("../images/10.gif") repeat-y scroll left top;
	float: left;
	width: 100%;
}

.panel-middle-2 {
	background: url("../images/12.gif") repeat-y scroll right top;
	float: right;
	width: 100%;
}

.panel-middle-content {
	padding-left: 20px;
	padding-right: 20px;
}

.panel-footer {
	clear: both;
}

.panel-footer-left {
	background: url("../images/20.gif") no-repeat scroll left top;
	width: 25px;
	height: 30px;
	float: left;
}

.panel-footer-right {
	background: url("../images/22.gif") no-repeat scroll right top;
	width: 34px;
	height: 30px;
	float: right;
}

.panel-footer-center {
	background: url("../images/21.gif") repeat-x scroll center top;
	overflow: hidden;
	height: 30px;
}