﻿.grey_overlay
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.65;
	opacity:.65;
	filter: alpha(opacity=65)
}
.white_content 
{
	display: none;
	position: absolute;
	left:35%;
	width: 42%;
	height: 45%;
	z-index:1002;
	overflow: auto;
}
