@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: 3500;
	top: 0px;
	left: 0px;
}
.modalContainer {
	position: absolute;
	width: 500px;
	left: 50%;
	top: 50%;
	z-index: 3750;
}
.modal {
	/*background-color: white;
	border: 1px solid #666666;*/
	position: relative;
	top: -210px;
	left: -250px;
	z-index: 1000;
	width: 500px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
.modalTop {
	width: 492px;
	/*background-color: #E96B10;*/
	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;
}
