div#PopupBG {
	visibility:			hidden;
	display:			none;
	position:			absolute;
	z-index:			20;
	top:				0px;
	left:				0px;
	width:				100%;
	height:				100%;
	background-color:	black;
	opacity:0.5;	-moz-opacity:0.5;	filter:alpha(opacity=50);
}

div.popupContainer {
	visibility:		hidden;
	display:		none;
	position:		absolute;
	z-index:		21;
	top:			40px;
	left:			0;
	width:			100%;
	text-align:		center;
}

div.popupTitleBar {
	background-color:	#969696;
	height:				15px;
	overflow:			hidden;
	text-align:			right;
	border-bottom:		solid 1px black;
}
img.popupTitleBarBtn {
	margin:			0;
	border-left:	solid 1px black;
}

div.popupTitle {
	font-family:	Arial Narrow, Arial, Helvetica, Sans-Serif;
	font-size:		18pt;
	line-height:	25pt;
	font-weight:	bold;
	text-align:		center;
	color:			#809D6F;
	margin:			5px 0 10px 0;
}

div.popupContent, div.popupMain {
	margin:		0 auto 5px auto;
}
div.popupMain {
	border:				double 3px Black;
	background-color:	white;
	background-image:	url(../images/bg/popup.gif);
	background-repeat:	no-repeat;
	width:				540px;
}
div.popupContent {
	text-align:	left;
	width:		520px;
}

div.popupContent table { background-color:White; }

table.bold {
	border:		solid 1px black;
	width:		500px;
}
table.bold td {
	border:			solid 1px black;
	padding:5px;
}
table.bold td.image {
	text-align:		center;
	vertical-align:	middle;
	padding:0;
}
/*
div.popupButton {
	border:				solid 1px #723D72;
	background-color:	#8F6A8E;
	margin:				20px auto 0 auto;
	padding:			5px 0 5px 0;
	width:				80px;
	font-weight:		bold;
	color:				white;
--	cursor:hand; cursor:pointer;--
}*/
