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

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

	.prettyPopin {
		display: none;
		position: absolute; z-index: 11000;
		top: 50%; left: 50%;
	background-color:#e1e1da
	
	}
	
		.prettyPopin a#b_close {
			display: none;
			position: absolute; z-index: 2;
			top: 12px; right: 13px;
			width: 41px; height: 15px;
			text-indent: -10000px;
			margin-bottom:10px;
			background: url(../images/prettyPopin/b_close.gif) bottom left no-repeat;
		}
	
		.prettyPopin .prettyContent {
			position: relative;
			width: 750px; height:450px;
			font-size: 1.2em;
		background-color:#e1e1da
		
		}
		
					
			.prettyContent-container {
				display: none;
				padding:   35px 18px 20px 37px;
				margin :auto;
				border:solid 2px #9f9f9f;
			background-color:#e1e1da
			
			}
		
			.prettyPopin .prettyContent .loader {
				position: absolute;
				top: 50%; left: 50%;
				margin: -14px 0 0 -14px;
			}