/* ------------------------------------------------------------------------
	Popin
------------------------------------------------------------------------- */

#overlay {
	width:100%;
	background:#fff;
	position:absolute; top:0; left:0;
	z-index:10000;
}

.prettyPopin {
	display:none;
	overflow:hidden;
	position:absolute;
	z-index:11000;
	top:50%; left:50%;
	border:thin #ccc solid;
	background-color:#f0f0f0;
}

.prettyPopin a#b_close {
	display:none;
	width:16px; height:16px;
	position:absolute; top:16px; right:14px;
	z-index:2;
	text-indent:-10000px;
	background:url('../images/prettyPopin/btn_close.png') bottom left no-repeat;
}

.prettyPopin .prettyContent {
	position:relative;
	width:100%;
	height:100%;
	font-size:1.2em;
	background:transparent url('../images/center-highlight.png') no-repeat center top;
}
#main.popup {background-image:none; background-color:transparent;}
.prettyPopin .prettyContent .prettyContent-container {
	display:none;
	padding:20px 20px 15px;
}

.prettyPopin .prettyContent .loader {
	position:absolute;
	top:50%;
	left:50%;
	margin:-14px 0 0 -14px;
}