﻿#container {
	width: 50%;
	margin: 0 auto;
	text-align: left;
}
.leightbox {
	color: #333;
	display: none;
	position: fixed;
	font-size: 14px;
	top: 25%;
	left: 30%;
	width: 400;
	height: 400;
	padding: 30px;
	border: 6px solid #325981;
	background-color: white;
	text-align: left;
	z-index: 1001;
	overflow: auto;
}
a.codeXml {
	position: relative;
	color: Red;
}
div.codeXml {
	font-size: 10px;
	color: Blue;
	top: 5%;
	left: 5%;
	width: 80%;
	height: 80%;
	position: absolute;
	margin: 0;
}
.centerDiv {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000;
	-moz-opacity: 0.7;
	opacity: .70;
	filter: alpha(opacity=70);
}
.lightbox[id] {
	/* IE6 and below Can't See This */    position: fixed;
}
#overlay[id] {
	/* IE6 and below Can't See This */    position: fixed;
}

