.lightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 5%;
	_top: 1%;
	left: 32%;
	_left: 35%;
	width: 50%;
	padding: 2px;
	border: 4px solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;
	width:360px;
	height:480px;
	_height:525px;

}

#overlay{
    background-color:#111;
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
	clear:both;
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }


.lbOn {
	text-indent:-9999px;
	display:block;
	border:none;
	cursor:pointer;
}
.lbOn:hover {
	background-position:right;
}
.lbOn {
	background:url(../images/button_search.png) left no-repeat;
	width:154px;
	height:29px;
}





