/***PopUpWin*/
#blackout {
	background: rgba(105,105,105,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
#upwindow {
	width: 420px;
	height: 420px;
	text-align: center;
	padding: 15px;
	border: 1px solid #000;
	border-radius: 10px;
	color: #0000cc;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	background: #fff;
}
#blackout:target {display: block;}
.closewin {
	display: inline-block;
	border: 1px solid #847d62;
	color: #847d62;
	padding: 0 12px;
	margin: 10px;
	text-decoration: none;
	background: #f2f2f2;
	font-size: 14pt;
	cursor: pointer;
}
.closewin:hover {color: #FFFFFF; background: #DA0700;}
/*PopUpWin***/
