#lean_overlay {
	position: fixed;
	z-index:50;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}
#detailsdiv {
	width: 900px;
	height: 550px;
	padding: 10px; 
	display:none;
	background-color:#effcf7;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
	overflow:hidden;
	z-index:999;
	box-shadow: 0px 0px 4px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}
.detail_close{
	position:absolute;
	cursor:pointer;
	width:15px;
	height:15px;
	right:10px;
	top:10px;
	z-index:2;
	background-repeat: no-repeat;
	background-image: url(../images/icons/close.png);
}
.detail_title{
	padding-top:5px;
	padding-left:10px;
	position:absolute;
	width:100%;
	height:35px;
	left:0px;
	top:0px;
	z-index:1;
	background: #3DB5F7;
	font-family:'Microsoft YaHei','微软雅黑';font-size: 12px;color:#fff;
	font-weight:bold;
	vertical-align:middle;
	line-height:30px;
}
#detail_iframe_div{
	padding-top:0px;
	padding-left:0px;
	position:absolute;
	width:100%;
	height:100%;
	left:0px;
	top:0px;
	z-index:0;
}