
/* ------------------------------------------------------------------------
	Popin
------------------------------------------------------------------------- */

	#overlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 10000;
		width: 100%;
	}

	.popin {
		display: none;
		overflow: hidden;
		position: absolute; z-index: 11000;
		top: 50%; left: 50%;
			
	background: #fff no-repeat left;
	border: 2px solid #888;
	padding-top: 22px;
	font-size: .9em;
}
	
		.popin a#b_close, .popin a#b_close:active {
			display: none;
			position: absolute; z-index: 2; height: 22px;
			text-indent: -10000px;
			background: url(close.jpg) no-repeat right top;
	width: 100%;
	top: 0;
}

.popin a#b_close:hover {
	background: url(close.jpg) right bottom;
}
	
		.popin .popContent {
			position: relative;
			width: 100%; height: 100%;
			font-size: 1.2em;
	background-position: right;
	background-repeat: no-repeat;
	overflow: auto;
}
		
			.popin .popContent .popContainer {
				display: none;
	padding: 6px 20px 24px;
}
		
			.popin .popContent .loader {
				position: absolute;
				top: 50%; left: 50%;
				margin: -14px 0 0 -14px;
			}

.popin #content {
	margin-top: 10px;
	background-color: #fff;
	border-style: none;
	float: left;
	padding-bottom: 0;
}

.popin #opening-p .pad {
	padding-left: 20px;
	padding-right: 0;
	float: left;
	padding-bottom: 20px;
}