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