body .leightbox{
	font-family:"Trebuchet MS";
	font-size:100%;
	color:#666666;
	text-align: left;
	background-color: #FFFFFF;
	width:550px;
	height:300px;
	overflow:hidden;
	padding-top: 1em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
}

.leightbox{ 
	margin: 0 auto;
	font-size:12px;
	text-align: left;
}
.leightbox p span.heading {
	font-size:14px;
	color:#660000;
	font-weight:bold;
	text-align:center;
}
.leightbox p img {
	padding-right:25px;
}
.leightbox p {
	font-size:12px;
}

p.close {
	text-align:center;
	font-size:14px;
}

p.close a {
	color:#666666;
}

p.close a:hover, p.close a:focus {
	color:#660000;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

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

}

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