@CHARSET "ISO-8859-1";

div#modalCurtain
{
	position: absolute;
	z-index: 900;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: transparent;
	background-color: #ffffff;
}

div.ModalWindow
{
	position: absolute;
	z-index: 1000;
	display: none;
	left: 100px;
	top: 100px;
	width: 350px;
}