#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	height: 100%;
	width: 100%;
	background-color:#000;
	display:none;
	}
  
.modalWindow {
	position:absolute;
	left:0;
	top:0;
	width:440px;
	height:300px;
	display:none;
	z-index:9999;
	padding:20px;
	background:#ffffff;
	color:#000000;
	text-align:center;
	}
.modalWindow .close {
	position:absolute;
	right:-10px;
	top:-10px;
	display: block;
	}
.modalWindow #agreement,
#agreementTerms {
	text-align:justify;
	height:215px;
	border: 1px solid #cccccc;
	margin: 4px 0px;
	overflow-y: scroll;
	}

