
.leightbox {
	color: #333;
	display: none;
	position: fixed;
	top: 96px;
	left: 15%;
	width: 70%;
	height: 60%;
	padding: 0;
	border: 0;
	background-color: white;
	z-index:1001;
}

.lbcontent {
	overflow: auto;
  height: 100%;
  padding: 1em;
  border: 3px solid #DCEADF;
  border-top: 0;
	color: #454545;
	font-size: 14px;
  background-color: white;
  text-align: left;
}
.lbcontent img {
	padding-left: 15px;
	padding-bottom: 10px;
}
.lbtoolbar {
  padding-top: 6px;
	padding-bottom: 10px;
	padding-right: 6px;
  text-align: right;
  background-color: #DCEADF;
}
.lbtoolbar img {
	margin-bottom: -7px;
}

/* not sure exactly how this works, but it provides the
   shadow behind the lightbox.
*/
#overlay{
	display:none;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.75;
	opacity:.75;
	filter: alpha(opacity=75);
}

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