.div-popup
	{
	position:fixed;
	top:100px;
	left:100px;
	min-width:200px;
	min-height:200px;
	background:white;
	display:none;
	z-index:99;
	top:50%;
	left:50%;
	}

