.leightbox {
	color: #333;
	display: none;
	width: 500px;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	height: 450px;
	margin: auto;
	position: fixed;
	left: 25%;
	top: 15%;
	right: 25%;
	z-index: 1001;
}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
.lbAction   {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #7b976e;
	display: block;
	padding: 4px;
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #396025;
	text-align: center;
}
.lbAction:hover {
	background-color: #8fa784;
	text-decoration: none;
	color: #000;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #396025;
	padding: 4px;
	background-image: url(images/h1-bg.gif);
	margin-bottom: 10px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #e1f6c2;
	padding: 4px;
	margin-bottom: 10px;
	background-color: #42672f;
	text-align: center;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #003300;
}
img.leightbox_img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
