#lean_overlay{
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}

.modal,
.iconModal,
.editModal,
.addUserModal {
	background:#fff;
	border-radius:2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.7);
	display:none;
	padding:56px 28px 28px 28px;
	overflow:auto;
}

.contentsModal,
.iconModal,
.editModal {
	height:480px;
	width:780px;
}

.addUserModal {
	height:450px;
	width:780px;
	overflow:auto;
}

.confirmModal {
	height:100px;
	width:400pxt;
}

.iconModalTextBox {
	line-height:1.4;
	margin:-14px 0 28px 0;
}

.modal_close {
	position: absolute;
	top:14px;
	right:14px;
	display:block;
	width:30px;
	height:30px;
	background:url(../img/modal_close.png);
	text-indent:-9999px;
	z-index:2;
}

.modalInnner {
	height:460px;
}

.modalInnner .conditionTable {
	margin-bottom:14px;
}

.modalInnner .pages {
	width:250px;
}

.modalBtmMg {
	margin-bottom:14px;
}
