
div#popupContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
}

div#popupCenter {
	background-color: white;
}

div#popupTopRight {
	cursor: pointer;
}

div#popupContent {
	overflow: auto;
	scrollbar-base-color: auto;
	scrollbar-arrow-color: auto;
}


div#popupShader {
	background-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

div#popupContainerNoChrome {
	position: absolute;
	top: 50%;
	left: 50%;
}

div#popupContentNoChrome {
	overflow: auto;
	scrollbar-base-color: auto;
	scrollbar-arrow-color: auto;
}


div#popupShaderNoChrome {
	background-color: black;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
