/* MODAL WINDOW *******************/
.modal-window, .modal-window2 {
	overflow: auto;
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 777;
	background: url('../images/modal_bg.png');
}

.winup {
	background: #fff;
	border: 1px solid #26c5e4;
	box-shadow: 0 1px 8px -1px rgba(0, 0, 0, 0.25);
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
	max-width: 96%;
	padding: 20px;
	width: 670px;
}

.winup-close {
	float: right;
	width: 37px;
	position: relative;
	left: 17px;
	top: -5px;
	cursor: pointer;
}

.winup .page-title {
	text-align: center;
	font-size: 27px;
	font-weight: bold;
}

.winup .page-title-descr {
	text-align: center;
}
.dialog {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 130px;
	padding: 12px;
	border: 1px solid #26c5e4;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.45);
	background: #fff;
}

.dialog-close {
	float: right;
	width: 37px;
	position: relative;
	left: 17px;
	top: -5px;
	cursor: pointer;
	color: #000;
}
