.ysMask {
	position:absolute;
	z-index:1000;
	top:0;
	left:0;
	background-color: #000;
    opacity: .12;
    filter: alpha(opacity=12);
}
.ysPanel {
	z-index:1002;
	display:block;
	width:800px;
	height:300px;
	height:auto !important;
	position:absolute;
	background-color:#FFF;
	color:#000;
	top:0;
	left:0;
	border:1px solid #A0A0A0;
}
.ysPanelTitle {
	position:relative;
	height:25px;
	line-height:25px;
	padding-left:10px;
	font-size:14px;
	font-weight:bold;
	background:url(../images/panel/title_bg.gif);
}
.ysPanelClose {
	position:absolute;
	top:5px;
	right:10px;
	background-image:url(../images/panel/close.gif);
	display:block;
	height:12px;
	width:12px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	cursor:pointer;
}
.ysPanelBody {
	padding:10px;
	position:relative;
}
.ysPanelButton {
	position:absolute;
	bottom:0;
	height:30px;
}

