#lightbox {
	position: absolute;
	left:50%;
	z-index:9999;
	width:610px;
	margin-left:-335px;
	background: url(/images/lightbox.png) no-repeat 20px 0;
	padding: 20px 13px 10px 30px;
	top:20%;
	}
#lightbox h2 {
	color:#fff;
	font-size:1em;
	font-weight:normal;
}	
#lightbox h3 {
	font-size:1em;
	margin-bottom:8px;
}
#lightbox[id] {
/*	position:fixed; */
	}
#overlay {
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	overflow:scroll;
	}
#overlay[id] {
	position:fixed;
	}
#lbLoadMessage {
	display:none;
	}
#lbContent {
	display:block;
	}
.summary div {
	max-height:19em;
	color:#000;
}
.summary table {
	width:570px;
	background:#fff;
	font-size:.9em;
}
.summary h2 {
	padding:8px 0;
	font-size:1.1em;
	color:#000;
}
.summary thead {
	font-weight:bold;
}
.summary tr {
	height:24px;
	border-left:1px solid #ccc;
}
.summary tr td {
	padding:0 7px;
	color:#000;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}