@charset "UTF-8";
#modal-content {
	width: 670px;
	height: auto;
	border: 2px solid #3B7F00;
	z-index: 2;
	display: none;
	position: fixed;
	background-color: #FFFFFF;
}
#modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	width: 1280px;
	height: 120%;
	background-color: rgba(255,255,255,0.65);
	top: 0px;
}
