
.simplePopup {
position:absolute;
display:none;
z-index:1000;
background:url(/img/admin/opbg.png);
width:100%;
height:100%;
}

.simplePopup.layerPopup2{display: block;top: 0px;padding-top: 20px;}
.simplePopup.layerPopup2 .modal-box {
	background:#ffffff;
	width:400px;height:250px;
	border-radius:3px;
	border:1px solid #3e3d3d;
	box-shadow:2px 2px 10px #323131;
	margin:0 auto;
	padding:10px;
}

.simplePopup.layerPopup2 .modal-box2 {
	background:#ffffff;
	max-width:1600px;max-height:1000px;
	border-radius:3px;
	border:1px solid #3e3d3d;
	box-shadow:2px 2px 10px #323131;
	margin:0 auto;
	padding:10px;
}


.simplePopup.layerPopup2 .modal-box .modal-box-cntnt {
	color:#000000;
	display:table; 
	text-align:center; vertical-align:middle;
	width:100%;height:180px;
	border:0px solid #000000;
	font-size:15px; font-weight:bold;
}

.simplePopup.layerPopup2 .modal-box .modal-box-cntnt .modal-msg-box {
	color:#000000;
	display:table-cell; 
	text-align:center; vertical-align:top;
	width:100%;height:180px;
	border:0px solid #000000;
	font-size:15px; font-weight:bold;
}

.simplePopup.layerPopup2 .modal-box .modal-box-bnt {
	color:#000000;
	text-align:center; 
	padding-top:5px;
	width:100%;height:45px;
	border:0px solid #000000;
	font-size:15px; font-weight:bold;
}

.simplePopupBtn {
	cursor:pointer;
	padding:10px;
	min-width:120px;
	color:#ffffff;
	background:#838ae4;
	border:0px solid #000000;
	border-radius:5px;
	font-weight:bold;
}

.simplePopupIcon {
	margin-top:15px;
	margin-bottom:30px;
	width:50px;
}

.simplePopupMsg{
	line-height:20px;
}

