.lightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 13%;
	left: 20%;
	width: 48%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#alpha_read {
	top: 10%;
	width: 53%;
	margin: auto;
}

* html #alpha_read {
	margin: auto;
	left: 27%;
}

#more {
	margin: auto;
	height: 90%;
	width: 25%;
	top: 2%;
	left: 39%;
}

* html #more {
	margin: auto;
	width: 100%;
	height: 745px;
}

* html #intl_alpha_read {
	margin: auto;
	top: 15%;
	left: 30%;
	width: 30%;
}

#schedule {
	width: 53%;
	top: 20%;
	left: 20%;	
	margin: auto;
}

* html #schedule {
	margin: auto;
	top: 18%;
	left: 16%;
	width: 90%;
}

#intl_alpha_read {
	margin: auto;
	width: 35%;
 	left: 30%;
	top: 25%;
}

*html #intl_alpha_read {
	margin: auto;
	top: 25%;
}

#new_issue_read {
	margin: auto;
	width: 35%;
	top: 32%;
	left: 32%;
}

*html #new_issue_read {
	margin: auto;
	height: 25%;
	width: 50%;
	left: 30%;
}

#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);
}


* html #overlay {
	background-color:#333;
	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;    }

