.thl-popup {
	display:none;
	border:1px solid #999;
	background-color:#eee;
	padding:7px 12px 7px 12px;
	z-index:5000;
}
.thl-popup-header{
	font-size:12px;
	color:#999;
	margin:4px 20px 0px 0;
	height:20px;
}
.thl-popup-close {
	width:30px;
	height:30px;
	position:absolute;
	right:0;
	top:0;
	opacity:0.6;
	filter:alpha(opacity=60);
	background:transparent url(/global/images/btn-closebox.png) no-repeat scroll 0 0;
	cursor:pointer;
}
.thl-popup-close:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
}
.thl-popup-content {
	margin:0;
	overflow:auto;
	border:1px solid #ccc;
	background:#fff url(/global/images/ajax-loader.gif) no-repeat center center;
}
.thl-popup-content > div {
	margin: 5px;
}
.thl-popup-content > iframe {
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 0;
	background: url(http://thlib.org/global/images/ajax-loader.gif) no-repeat scroll center center;
}
.thl-popup-content > .conx-content {
	margin: 0;
}
.thl-popup-footer {
	text-align:right;
	font-size:11px;
	color:#999;
	margin-right:12px;
	margin-top:5px;
}
.thl-popup-footer a {
	color:#666;
}
