@charset "iso-8859-1";
/* CSS Document */
#modalPage {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}
.modalBackground {
	filter: Alpha(Opacity=50);
	-moz-opacity:0.50;
	opacity: 0.50;

	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	z-index: 500;
	top: 0px;
	left: 0px;
}
.modalContainer {
	position: absolute;
	width: 350px;
	left: 50%;
	top: 35%;
	z-index: 750;
}
.modal {
	border: 1px solid #666666;
	position: relative;
	top: -200px;
	left: -200px;
	z-index: 1000;
	width: 350px;
	padding: 0px;
	background-color: #000000;
}
.modalTop {
	width: 340px;
	background-color: #000000;
	padding: 5px;
	color: #000000;
	text-align: right;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
}
.modalTop a, .modalTop a:visited {
	color: #FFFFFF;
}
.modalBody {
	padding: 0px;
	width: 350px;
}
