#container { 
	width: 50%;
	margin: 0px auto;
	text-align: right;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top:20%;
	left:35%;
	width: 300px;
	height: auto;
	padding: 5px;
	background-color: #FFFFFF;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}
	.leightbox h1 {
	color:#666;
	font-size:1.25em;
	font-weight:bold;
	margin:5px 0px;
	padding-top: 5px;
	}
	.leightbox p{
	margin:0px;
	padding:0px;
	}
	.leightbox a, .leightbox a:link, .leightbox a:visited {
	font-size:0.9em;
	color:#567EB9;
	text-decoration:underline;
	background-image:url(../images/icons/close_image.gif);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding-left:15px;
	padding-bottom:5px;
	margin-top:5px;
	float:right;
	padding-top: 5px;
		}
		.leightbox a:hover, .leightbox a:active {
		color:#FC1921;
		text-decoration:underline;
		}
#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:105%;
	min-width:100%;
	height:100%;
	z-index:1000;
	background-color:#696257;
	-moz-opacity: 0.80;
	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;    }

