	/* Apply the border to the right side */
	#panel1.yui-panel {
		border:none;
		overflow:visible;
		opacity:0.9;
		filter:alpha(opacity=90);
	}

	/* Style the close icon */
	#panel1.yui-panel .container-close {
		position:absolute;
		top:5px;
		right:8px;
		height:21px;
		width:21px;
		background:url(../images/site/cross.png) no-repeat;
	}

	/* Style the header with its associated corners */
	#panel1.yui-panel .hd {
		padding:0;
		border:none;
		background:url(../images/site/about_top.png) no-repeat center;
		color:#FFF;
		height:17px;
		width:364px;
		margin-left:0px;
		margin-right:0px;
		text-align:left;
		vertical-align:middle;
		overflow:visible;
	}

	/* Style the body with the left border */
	#panel1.yui-panel .bd {
		overflow:hidden;
		padding:0px;
		height:305px;
		background-color:#FFF;
		background:url(../images/site/about_body.jpg) no-repeat center;
		
		margin-left:1px;
		margin-right:1px;
		border-left:1px solid #dbcfcf;
		border-right:1px solid #dbcfcf;
/*		opacity:0.85;
		filter:alpha(opacity=12);*/
	}
/*		overflow:hidden;
		padding:10px;
		border:none;
		background:url(about_body.jpg) no-repeat center;
		margin:0 4px 0 0;
		opacity:0.5;
		visibility:hidden;
		filter:alpha(opacity=12);
	}*/

	/* Style the footer with the bottom corner images */
	#panel1.yui-panel .ft {
		background:url(../images/site/about_bottom.png) no-repeat;
		font-size:11px;
		height:17px;
		width:364px;
		padding:0px 10px;
		border:none;
	}

	/* Skin custom elements */
	#panel1.yui-panel .hd span {
		line-height:30px;
		vertical-align:middle;
		font-weight:bold;
	}
	#panel1.yui-panel .hd .tl {
		width:8px;
		height:29px;
		top:1px;
		left:0;
/*		background:url(assets/img/xp-tl.gif) no-repeat;*/
		position:absolute;
	}
	#panel1.yui-panel .hd .tr {
		width:8px;
		height:29px;
		top:1px;
		right:0;
/*		background:url(assets/img/xp-tr.gif) no-repeat; */
		position:absolute;
	}

	#panel1.yui-panel .ft span {
		line-height:22px;
		vertical-align:middle;
	}
	#panel1.yui-panel .ft .bl {
		width:8px;
		height:26px;
		bottom:0;
		left:0;
/*		background:url(assets/img/xp-bl.gif) no-repeat;*/
		position:absolute;
	}
	#panel1.yui-panel .ft .br {
		width:8px;
		height:26px;
		bottom:0;
		right:0;
/*		background:url(assets/img/xp-br.gif) no-repeat;*/
		position:absolute;
	}
