/* ------------------------------------------------------------------------
	Popin
------------------------------------------------------------------------- */

	#overlay {
		background: #000;
		position: absolute; top: 0; left: 0;
		z-index: 10000;
		width: 100%;
	}

	.prettyPopin {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
		display: none;
		overflow: hidden;
		position: absolute; z-index: 11000;
		top: 50%; left: 50%;
		background: url(../images/prettyPopin/popinLeft.gif) bottom left no-repeat;
		height:300px;
		
	}
	
		.prettyPopin a#b_close {
			display: none;
			position: absolute; z-index: 2;
			top: 6px; right: 13px;
			width: 14px; height: 14px;
			text-indent: -10000px;
			background: url(../images/prettyPopin/close.gif) bottom left no-repeat;
		}
		.prettyPopin span#title {
 			color:#FFF;
 			position: absolute; z-index: 2;
			top: 6px; left: 10px;
			font-weight:bold;
			
			
			
		}
	
		.prettyPopin .prettyContent {
			position: relative;
			width: 100%; height: 100%;
			font-size: 12px;
			color:#474742;
			background: url(../images/prettyPopin/bg.jpg);
			background-repeat:repeat-x;
			
		}
		
			.prettyPopin .prettyContent .prettyContent-container {
				display: none;
				padding: 30px 0px 0px 0px;
			}
		
			.prettyPopin .prettyContent .loader {
				position: absolute;
				top: 50%; left: 50%;
				margin: 14px 0 0 -14px;
			}