#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.hlq_overlay {
	display: none; /*--hidden by default--*/
	background: #ddd;
	padding: 0;
	border: 10px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

a.hlq_overlay_close {
	display: block;
	position: absolute;
	right: -17px;
	top: -17px;
	width: 25px;
	height: 25px;
	background: url(close_pop.png) no-repeat;
}



.hlq_overlay_reader_screen {
	width: 100%;
	height: 100%;
	position: relative;
}

.hlq_overlay_reader_screen_in {
	overflow: auto;
	background: #fff;
	padding: 10px;
}

.hlq_overlay_reader_screen_in p { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 14px; color: #333; }

.hlq_overlay_reader_screen_controls {
	position: absolute;
	bottom: 0;
	padding: 10px 0 0 0;
	height: 32px;
	background: #ddd;
	width: 100%;
}

.hlq_overlay_sharing_bar { width: 608px; float: left; }

/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .hlq_overlay {
	position: absolute;
}