
.modal .inner {
	width: 88%;
	z-index:11;
	}


.modal .inner {
	width: 80%;
	z-index:11;
	}


.lock {
    overflow:hidden;
}
.modal-content {
    position:relative;
    display:none;
    width: 680px;
	padding: 60px 20px 40px 20px;
    background:#fff;
	text-align: left;
    overflow-y: scroll;
	overflow-x: hidden;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1);
}

.modal-content {
    position:relative;
    display:none;
    margin:30px;
    background:#fff;
	text-align: left;
    overflow-y: scroll;
	overflow-x: hidden;
}

.modal-overlay {
    z-index:1;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:120%;
    background:rgba(256,256,256,0.7);
	z-index: 10;
}

.modal-wrap {
    z-index:2;
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    overflow:auto;
	z-index: 12;
}

h5 {
	margin-bottom: 20px;
	padding: 0;
}

.modal-open {
}

.modal-open:hover {
    cursor:pointer;
}

.modal-close {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}

.modal-close:hover {
    cursor:pointer;
}