/*-------------------------------

	POPUP.CSS

-------------------------------*/

.popup_back {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 112111;
}

.popup_cont {
	position: fixed;
	z-index: 112131;
}

.preloader {
	z-index: 112121;
}

/*---------------------

	EDIT BELOW

*/

.popup_close {
	color: #888;
	cursor: pointer;
	position: absolute;
	padding: 5px;
	right: 5px;
	top: 0;
}

.popup_close:hover {
	color: #111;
}

.popup_back {
	cursor: pointer;
	background-color: #222;
}

div.popup {
	background: #fff;
	padding: 25px;
	box-shadow: 0 3px 10px #222;
}

.preloader {
	left: 50%;
	margin: -10px 0 0 -25px;
	position: fixed;
	top: 50%;
}

.popup h1 {
	font-size:2.5em;
	margin-bottom: 0.5em;
}

.popup h2 {
	font-size:1.8em;
		margin-bottom: 0.5em;
}

.popup p {
	font-size:1.2em;
	margin-bottom: 1em;
}


.popup_back_compgrid {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 112111;
	cursor: pointer;
	background-color: #FFF;
}

.popup_back_pictometry {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 112111;
	cursor: pointer;
	background-color: #FFF;
}
