.PopupBox {
	left: 5px;
	top: 115px;
	width: 270px;
	position: absolute;
	height: 260px;
	border: 2px solid #7D7D73;
}
.PopupBoxBig {
	left: 5px;
	top: 115px;
	width: 320px;
	position: absolute;
	height: 320px;
	border: 2px solid #7D7D73;
}
.Header {
	height: 110px;
	width: 270px;
	left: 5px;
	top: 5px;
	position: absolute;
	border: 2px solid #7D7D73;
}
.Footer {
	position: absolute;
	width: 270px;
	left: 5px;
	top: 375px;
	background: #7D7D73;
	font: 10px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 2px;
}
