@charset "UTF-8";

.modal-content{
	width: 90%;
	height: 80%;
	margin-left: 3%;
	padding: 15px 2%;
	border: 2px solid #aaa;
	background: #fff;
	position: fixed;
	top: 15px;
	left: 0;
	display: none;
	z-index: 12;
	overflow: auto;
}
  
.btn_close {
	position: fixed;
	top: 35px;
	right: 7%;
	padding: 5px;
	background-color: #FFF;
	color:#06C;
	margin: 3px;
	border: 1px solid #999;
}

#modal-overlay{
	z-index:11;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}



	