

.popup_open{
	width: 375px;
	height: 300px;
	background-color: white;
	border-style: solid;
	border-color: black;
	border-width: 3px;
	/* margin: -550px auto 0px auto;  */
	position: absolute; 
	top: 200px;
	left: 290px; 
	z-index: 105;
	text-align: center;	
	visibility: visible;
}

.popup_closed{
	width: 0px;
	height: 0px;
	visibility: hidden;
	overflow: hidden;
}

#popup img{
	border: none;
}

#popup h1{
	font-family: Verdana, Arial;
	font-size: 11pt;
	font-weight: bolder;
	padding-top: 0;
	margin-top: 0;
}

#popup h2{
	font-family: Verdana, Arial;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 0;
	margin-top: 0;
}

#popup p{
	font-family: Verdana, Arial;
	font-size: 9pt;
	font-weight: normal;
	margin-top: 0;
	text-align: center;
	padding: 0px;
	background-color: white;
}
