#ptcng_overlay {
	position:fixed; 
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: #222222;
	opacity: .85;
	filter:Alpha(Opacity=85);
	z-index: 900;
}

#ptcng_modal {
	position:absolute;
	/*background:url(tint20.png) 0 0 repeat;*/
	background:rgba(0,0,0,0.2);
	border-radius:14px;
	padding:8px;
	z-index: 999;

}

#ptcng_content {
	border-radius:8px;
	background:#fff;
	padding:10px;
	height:520px;
}

#ptcng_close {
	position:absolute;
	background:url("http://ptclinic.com/x3/overlay/close.png") 0 0 no-repeat;
	width:35px;
	height:35px;
	display:block;
	text-indent:-9999px;
	top:-7px;
	right:-7px;
	z-index: 1111;
	cursor: pointer;
}
