/**************************************************************

	MapLei
	v0.1

**************************************************************/

.MapLeiContainer {
	position: absolute;
	border: 20px solid #000;
	background-color: #FFF;
	display: none;
	z-index: 200000;
}

.MapLeiContent {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.DetLeiContent {
	position: relative;
	width: 100%;
	height: 100%;
}

.MapLeiClose {
	position: absolute;
	top: -26px;
	right: -26px;
	background: url(images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.MapLeiLoading {
	background: url(images/loader.gif) no-repeat center;
}

#MapLeiContentContainer {
	height:100%;
	overflow:auto;
}
