#lean_overlay {
	position: fixed !important;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000;
	display: none;
}
#popup, .pops {
	width: 620px;
	padding-bottom: 25px;
	display:none;
	background: #FFF;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0px 0px 4px rgba(17, 70, 238, 0.7);
	-webkit-box-shadow: 0 0 4px rgba(17, 70, 238, 0.7);
	-moz-box-shadow: 0 0px 4px rgba(17, 70, 238, 0.7);
	color:#000;
}
.modal_close {
	position: absolute;
	top: 12px;
	right: 12px;
	display: block;
	width: 16px;
	height: 16px;
	background: url(../images/modal_close.png);
	z-index: 2;
}
.popup-ct {
	padding:30px 20px 10px 20px;
	font-size:14px;
}
.popup-header h2 {
	font-size:21px;
	color:#231f20;
	font-weight:bold;
	padding-bottom: 10px;
	margin: 0px 0 15px 0;
}
.popup-header h3 {
	font-size:14px;
	color:#231f20;
	font-weight:bold;
	text-align:left;
}
.popup-header p {
	font-size:12px;
	color:#333333;
}
.popup-image {
	float:left;
	width:278px;
	margin-right:20px;
}
.popup-image img {
	border:2px solid #c7c7c8;
	width:275px;
	height:auto;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.popup-content {
	float:right;
	width:282px;
	font-size:14px;
	line-height:18px;
}
.popup-content h3 {
	font-size:14px;
	color:#231f20;
	font-weight:bold;
	text-align:left;
	margin:0px;
	padding:0 0 3px 0px;
}
.popup-content p {
	border-bottom:1px solid #e7e7ec;
	margin-bottom:12px;
	padding-bottom:5px;
	line-height: 18px !important;
}
.popup-list {
	padding-top:10px;
}
.popup-list li {
	list-style:disc;
	padding:4px 0px;
	list-style-position:inside;
}
