div.spacer {
	width: 100% !important;
	height: 3px;
	margin-bottom: 15px !important;
	background-image: url(spacer.gif);
}

div#disabledBg {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 50;
	left: 0px;
	top: 0px;
	background: #000;
	opacity: 0.55;
	-moz-opacity: 0.55;
	filter: alpha(opacity=55);
}

div#popupcontainer {
	position: absolute;
	z-index: 200;
	left: 50%;
	top: 100px;
	width:630px;
	height: 540px;
	margin-left: -320px;
	background-color:transparent !important;
}

div#popupcontent {
	background-color: #333333;
	width: 572px;
	height: 540px;
	margin: 0px 10px 0px 10px;
	padding: 10px;
	text-align: left;
	font-size: 11px;
	background-color:transparent !important;
	color: #ffffff;
}

div#popuptitle {
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	width:565px;
	padding-left:5px;
	text-transform: uppercase;
	margin-top: -7px;
	margin-bottom: 0px;
	background-color: #000 !important;
}

div#popupbody {
	height: 490px;
	overflow: auto;
	background-color:transparent !important;
}

div#popupbody p {
	margin-top: 0px;
	margin-bottom: 10px;
}

a#popupcloseglyph {
	background-color:transparent !important;
	float: right;
	width: 15px;
	height: 15px;
	background-image: url(closeglyph.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	margin-right:5px;
	opacity: 0.35;
	-moz-opacity: 0.35;
	filter: alpha(opacity=35);
}

a#popupcloseglyph:hover {
	opacity: 1.0;
	-moz-opacity: 1.0;
	filter: alpha(opacity=100);
}
