.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.white_content {
	display: none;
	border: 20px solid lightblue;
	padding: 5px 20px;
	background-color: white;
	z-index: 1002;
	overflow: auto;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#pop_edit {
	position: absolute;
	top: 25%;
	left: 50%;
	width: 300px; 
	height: 200px;
	margin-left: -150px;
	margin-top: -100px;
}

h1{
	text-align: center;
	font-size: 25px;
	padding: 20px 0;
}
.form{
	width: 300px;
}
.form > div{
	display: flex;
	justify-content: center;
	padding: 10px;
	text-align: center;
}
label{
	flex: 1;
	text-align: center;
}
button{
	width: 85px;
	/*float: right;*/
	padding: 3px;
}
input{
	padding: 5px;
}


.black_overlay2 {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}

.white_content2 {
	display: none;
	border: 20px solid lightblue;
	padding: 5px 20px;
	background-color: white;
	z-index: 1002;
	overflow: auto;

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#pop_del {
	position: absolute;
	top: 25%;
	left: 50%;
	width: 300px; 
	height: 200px;
	margin-left: -150px;
	margin-top: -100px;
}

h1{
	text-align: center;
	font-size: 25px;
	padding: 20px 0;
}
.form{
	width: 300px;
}
.form > div{
	display: flex;
	justify-content: center;
	padding: 10px;
	text-align: center;
}
label{
	flex: 1;
	text-align: center;
}
button{
	width: 85px;
	/*float: right;*/
	padding: 3px;
}
input{
	padding: 5px;
}