@charset "iso-8859-1";
/* CSS Document */
#modalPage {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.modalBackground {
	filter: Alpha(Opacity=80);
	-moz-opacity:0.80;
	opacity: 0.80;
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	z-index: 1500;
	top: 0px;
	left: 0px;
}
.modalContainer {
	position: fixed;
	width: 400px;
	left: 50%;
	top: 38%;
	z-index: 1750;
}
.modal {
	position: relative;
	top: -220px;
	left: -200px;
	z-index: 1000;
	width: 400px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
body {
	height: 100%;
	width: 100%;
}
.modalTop {
	width: 392px;
	padding: 4px;
	color: #000000;
	text-align: right;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}
.modalTop a, .modalTop a:visited {
	color: #FFFFFF;
}
.modalBody {
	/*background-color: #FFFFFF;*/
}


