div.spacer {
	width:100% !important;
	height:3px;
	margin-bottom:0 !important;
	background-image:url(spacer.gif);
}

div#disabledBg {
	width:100%;
	height:100%;
	position:absolute;
	z-index:500;
	left:0;
	top:0;
	background:#000;
	opacity:0.45;
	-moz-opacity:0.45;
	filter:alpha(opacity=45);
}

div#popupcontainer {
	position:absolute;
	z-index:900;
	width:800px;
	padding:0;
	margin:0;
	height:600px;
	background-color: #f3f3f3;
	border:1px solid white;
}

div#popupcontent {
	background-color: #f3f3f3;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 11px;
	color: #444751;
}

div#popuptitle {
	font-size: 28px;
	font-weight: bold;
	color: #990000;
	text-transform: uppercase;
	padding-top:3px;
	padding-bottom: 2px;
	padding-left:8px;
}

div#popupbody {
	height: 100%;
	overflow: auto;
}

div#popupbody p {
	margin-top: 0px;
	margin-bottom: 10px;
}

a#popupcloseglyph {
	float: right;
	width: 15px;
	height: 15px;
	background-image: url(closeglyph.png);
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	margin-right:8px;
	margin-top:8px;
}

a#popupcloseglyph:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
