﻿.ViewportCenteredDivFadeBG
{
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: White;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
    z-index: 1000;
}

.ViewportCenteredDivContainer
{
	position: fixed;
    border: solid 1px black;
    background-color: White;
    padding: 5px;
    z-index: 1000;
}

.ViewportCenteredDivContainerTransparentNoBorder
{
	position: fixed;
    z-index: 1000;
}