@charset "UTF-8";
#popWarning {
	width: 300px;
	position: absolute;
	background-color: #eeeeee;
	margin: 0px;
	padding: 10px;
	top: 470px;
	z-index: 1;
	left: 50%;
	border: 5px solid #9B2BA1;
	right: 20%;
	visibility: visible;
}
#popWarning a {
	padding: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	border: 2px solid #9B2BA1;
}
#popWarning a:hover {
	padding: 10px;
	display: block;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	border: 2px solid #9B2BA1;
	background-color: #999999;
}

