
#mask {
	position:absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color:#8cb1d8;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	display:none;
}


.modalWindow {
	display: none;
	position: fixed;
	z-index:9990;
	overflow-y: auto !important;
	overflow-x: hidden !important;
	background: #fff;
}
	.modalWindow #modal_main_container {
		overflow: auto;
		padding: 0 20px;
	}

	.modalWindow .modal_body {
		margin-top: 15px;
	}

	.modalWindow div.hdr {
		height: 45px;
		padding: 15px;
		background-color: #53c4ef;
	}
		.modalWindow div.hdr .title {
			padding-top: 12px;
			color: white;
			font-size: 19px;
			float: left;
		}
		.modalWindow div.hdr .close {
			cursor: pointer;
			float: right;
			height: 45px;
			width: 45px;
			border-left: 1px solid #fff;
			background: var(--img-modal-close) center right no-repeat #53c4ef;
		}

	.modalWindow div.logo {
		height: 150px;
		background-size: 85px 85px;
	}
	.modalWindow div.content {
		overflow: auto;
	}
	.modalWindow .button {
		background-color: #53c4ef;
		padding: 5px;
		color: #fff;
		border: 0px;
		margin-right: 10px;
	}
	/*
	.modalWindow .button:focus {
		outline: 1px dotted #000;
	}
	*/
	.modalWindow .button.cancel {
		background-color: #f5f5f5;
		padding: 4px;
		color: #6b6861;
		border: 0px;
		margin-right: 10px;
		border: 1px solid #d9d9d9; 
	}

	.modalWindow .btns {
		text-align: center;
		padding: 20px;
	}
	.modalWindow .center {
		text-align: center;
		padding: 20px;
	}
