#blockmask{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: rgba(0, 0, 0, 0.05);
}
#popup{
	position:fixed;
	width: 40%;
	left: 50%;
	transform: translate(-50%, 0%);
	margin-top: -10%;
	box-shadow: 12px 12px 25px #888888;
	color: black;
	background-color: white;
}
#popup p{
	margin: 0px;
}
#popup div{
	margin: 0px;
	display: block;
	padding: 10px;
}
#popupheader{
	background-color: #343;
	height:30px;
}
#popuptitle{
	margin:0px;
	margin-top:-5px;
	padding:0px;
	font-size:20px;
	color:#fc8;
}
#popupcontent{
	min-height: 150px;
}
#popupsubmit{
	bottom: 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	height: 50px;
	min-width: 40%;
	border: none;
}
#popupsubmit p{
	font-size: 15px;
}
#closepopup{
	display: text;
}