#lean_overlay {
	position: fixed;
	z-index:102;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}

.modal_wrap {
	background: none repeat scroll 0 0 #FFFFFF;
/*	border-radius: 5px 5px 5px 5px;	*/
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	display: none;
	padding: 30px;
	width: 90%;
	/*height: 450px;*/
}
@media screen and (max-width: 1024px) {
.modal_wrap {
	/*width: 90%;*/
}
}

#lightwindow1,
#lightwindow2 {
	display: none;
	padding: 30px;
	width: 390px;
	height: 200px;
	opacity: 0.6;
	z-index: 10;
}

.window_content {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	width: 390px;
	height: 110px;
	overflow: hidden;
	z-index: 0;
	position: relative;
	border: 10px solid #e8e8e8;
	background-color: #FFF;
	padding: 10px 0 0;
}
/*
.modal_close {
	position: absolute;
	top: -15px;
	right: -15px;
	display: block;
	height: 40px;
	width: 40px;
	z-index: 10;
	background: url(/img/common/ic/ic_close.png) 0 0 no-repeat;
	text-indent: 9999px;
	white-space: nowrap;
}
*/