﻿body
{
	height: 100%;
}
 
.ModalBackground
{
	position: absolute;
	z-index: 100;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	text-align: center;
	line-height: 200px;
	color: #fff;
}
 
.ModalDialog
{
	position: absolute;
	z-index: 200;
/*	width: 600px;*/
/*	height: 500px;*/
/*	top: 20px;*/
/*	padding: 10px;*/
	background-color: #fff;
	border: solid 3px #444;
}