#container {
	margin: 0 auto;
	width: 772px;
	padding: 40px;
	text-align: left;
}

#definition {
	margin: 25px;
}

.highlight {
	background-color: #FEFFAF;
}

#lightbox {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9999;
	width: 772px;
	height: 450px;
	margin: -245px 0 0 -386px;
	padding: 10px;
	border: 1px solid #fff;
	background: white;
	text-align: left;
	overflow-y: scroll;
	overflow-x: hidden;
}

#lightbox[id] {
	position: fixed;
}

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

#overlay[id] {
	position: fixed;
}

#lightbox.done #lbLoadMessage {
	display: none;
}

#lightbox.done #lbContent {
	display: block;
}

#lightbox.done #close {
	display: block;
	height: 22px;
	margin-bottom: 10px;
	/*background-image: url(../images/nav/lightbox_header_gradient.jpg);*/
	background-position: top left;
	background-repeat: repeat-y;
}

#lightbox.loading #lbContent {
	display: none;
}

#lightbox.loading #lbLoadMessage {
	display: block;
}