.xparent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 0px;
/*
	filter:alpha(opacity=97);
	-moz-opacity:.97;
	opacity:.97;
*/
	z-index: 5;
	background:#010101 url(/images/wgpi-sitebg.gif) repeat-x;
}

.popBox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 700px;
	background-color: #ffffff;
	border: 1px solid #600000;
	padding-bottom: 1em;
	z-index: 10;
}

.popBoxTitle {
	font-family: Arial, Verdana, Sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 4px;
	color: #000000;
	text-align: center;
	background-color: #808080;
	border-bottom: 1px solid #600000;
}

.popContent {
	padding: 4px 0px;
	font-size: 14px;
	color: #000000;
}

.popContent ul *,.popContent ol * {
	color: #000000;
}

.popBox div a {
	color: #000;
}

.popContent table * {
	font-size: 10px;
}