.warn-overlay {
	opacity:0.65;
    filter: alpha(opacity = 65);
    position:fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url(../cartographer.png); /*картинку поменять потом*/
	}

	.warn-panel.top,
	.warn-panel.bottom {
		left: 50%;
		margin-left: -25px;		
		}
	.warn-panel.top {
		top: 0px;		
		}
	.warn-panel.bottom {
		bottom: 0px;
		}
	.warn-panel.left,
	.warn-panel.right {
		top: 50%;
		margin-top: -25px;
		}
	.warn-panel.left {
		left: 0px;		
		}
	.warn-panel.right {
		right: 0px;
		}
	.warn-panel.center {
		top: 50%;
		left: 50%;
		margin-top: -25px;
		margin-left: -25px;
		}

	.warn-panel h2 {
		margin: 0 0 15px 0;
		}