﻿.OverlayIFrameStyle
{
}

.OverlayWindow
{
	position: absolute;
	border: dashed 1px black;
	z-index: 10000;
	left: 50%;
	top: 40px;
	padding: 4px;
	background-color: White;
}

.OverlayWindowBckgrd
{
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity : 50);
	-khtml-opacity: 0.5;	
	background-color: White;
	z-index: 5000;
	top: 0;
	left: 0;
}