@charset "UTF-8";

#modal-content{
	width:800px;
	left:50%;
	margin:0 0 0 -400px;
	padding:10px 20px;
	border:2px solid #aaa;
	background:#000000;
	position:fixed;
	display:none;
	z-index:9999;
}
  
#modal-overlay{
	z-index:10;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:120%;
	background-color:rgba(0,0,0,0.75);
}

#modal-close{
	display:block;
	margin:10px auto 0 auto;
	width:30px;
}

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