
#open_btn {
	background: #009900;
}
 
#background1 {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
 
#div1 {
	background:#eeeeee;
	width: 60%;
	z-index: 1;
	margin: 5% auto;
	overflow: auto;
}
 
span1 {
	color: white;
	padding-top: 12px;
	cursor: pointer;
	padding-right: 15px;
}
 
#div2 {
	background:#eeeeee;
	margin: auto;
	height: 500;
	padding: 0 20px;
}
 
#close {
	padding: 5px;
	background: #5cd31b;
}
 
#close-button {
	color: white;
	float: right;
	font-size: 30px;
}

h20 {
	margin: 10px 0;
	color: white;
	padding-left: 15px;
}
 
h30 {
	margin: 0 0px;
	padding-top: 15px;
}
 
#foot1 {
	padding: 0px 0;
	text-align: center;
	background: #5cd31b;
	color: white;
}
