.textbox {
	position: absolute;
	color: #333;
	display: none;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 20px;
	background-color: white;
	text-align: left;
	z-index: 1001;
	overflow: auto;
}
.textbox p {
	line-height: 18px;
	margin-bottom: 10px;
}
a.lbAction {
	background: url('../images/button.jpg') no-repeat;
	width: 86px;
	height: 35px;
	border: 0;
	cursor: pointer;
	float: right;
	margin-top: 10px;
	font-weight: bold;
	color: #666;
	text-align: center;
	padding-top: 10px;
}
a.lbAction:hover {
	color: #c00;
}


#textOverlay{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

