.popupGrayBg {
	position:fixed; 
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:1001; 
	left:0;
	top:0; 
	opacity:.5;
	background:#000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	}
.QTPopupCntnr {
	width:100%; 
	position:absolute; 
	z-index:9999; 
	left:0; 
	top:0; 
	margin:0;
	}
.gpBdrLeftTop {
	width:0px;
	height:0px;
	background:url('/popup/images/greenPopupBdr.pn') left top no-repeat;
	float:left;
	}
.gpBdrRightTop {
	width:0px;
	height:0px;
	background:url('/popup/images/greenPopupBdr.pn') right top no-repeat;
	float:right;
	}
.gpBdrTop {
	height:0px;
	background:#009d55;
	color:#ffffff;
	border-top:0px solid #3b4f91;
	margin-left:0px;
	margin-right:0px;
	}
.gpBdrLeft {
	border-left:0px solid #3b4f91;
	}
.gpBdrRight {
	border-right:0px solid #3b4f91;
	min-height:400px;
	position:relative;
}
.gpBdrLeftBottom {
	width:0px;
	height:0px;
	background:url('/popup/images/greenPopupBdr.pn') left bottom no-repeat;
	float:left;
	}
.gpBdrRightBottom {
	width:0px;
	height:0px;
	background:url('/popup/images/greenPopupBdr.pn') right bottom no-repeat;
	float:right;
	}
.gpBdrBottom {
	height:0px;
	border-bottom:0px solid #3b4f91;
	margin:0px;
	}
.gpBdrRight .caption {
	background:#009d55;
	padding:5px 5px 10px 5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	color:#ffffff;
	}
.gpBdrRight .closeBtn {
	width:31px;
	height:31px;
	position:absolute;
	right:0px;
	top:3px;
	background:url('/popup/images/close.png') no-repeat;	
	}
.gpBdrRight .closeBtn:hover {
	background:url('/popup/images/close.png') no-repeat;
	}	
.gpBdrRight .content {
	padding:0px;
	font-weight:normal;
	text-align:center;
	}
.zoomPic {
	padding:0px;
	position:relative;
	z-index:123;
	left:900px;
	top:325px;
	width:16px;
	height:16px;
	background:url('/images/zoom.gif') no-repeat;
	}