@charset "UTF-8";

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

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

.button-link{
	color:#00f;
	text-decoration:underline;
}
 
.button-link:hover{
	cursor:pointer;
	background-color:#FED;
}

	