.pp_overlay, .pp {
	display:none;
}

.pp_overlay {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	opacity:0.7;
	background-color:#000;
	z-index:999;
}

.pp {
	position:absolute;
	z-index:2000;
}

.pp, .pp * {
/*	z-index:2000;*/
}

.pp#system_message, .pp#system_error {
/*	z-index:2000 !important;*/
}

.pp_close {
	cursor:pointer;
	text-decoration:none;
}

.pp_open {
	cursor:pointer;
}

.pp_close:hover {
	text-decoration:underline;
}



/* Custom styles */

.pp {
	background: #eee;
	padding:15px;
}