div#pharmLB_wrap
{
	border: 1px #FFAA00 solid;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 760px;
	height: 490px;
	z-index:1000;
	/*overflow: auto;*/
	margin-left: -380px;
	margin-top: -310px;
	background:#fff;
	/*_width: 780px;
	_height: 510px;*/
}

div#pharmLB_wrap div#pharmLB
{
	margin:0;
	padding:0;
}

div#pharmLBOverlay
{
	margin:auto;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 150%;
	background-color: #000!important;
	z-index:999;
	-moz-opacity: 0.65;
	opacity:.65;
	filter: alpha(opacity=65);
	_width:2000px;
	_height:2000px;
}

div#pharmLB_wrap.hide
{
	display:none;
}

div#pharmLBOverlay.hide
{
	display:none;
}
