
#overlay{
  /*Position is absolute to prevent IE6 from loading and then shifting.
    It is reset to fixed after browser detection for all other browsers*/
	position:absolute;
	z-index:10;
	width:545px;
	height:345px;
	margin:auto;
	padding:0;
	visibility:hidden;
	color:#666;
	background-color:#F2EBBD;
	border:solid 1px #521B30;
	text-align: left;
	/*
	filter:alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	*/
}

#overlay #overlayHead {
	padding:3px;
	height:10px;
}

#overlay h1 {
	text-align:center;
	color:#521B30;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-variant:small-caps;
}

#overlay img {
 margin:0 15px;
 border: 1px solid #7E8B50;
 cursor: default;
 	/*border:solid 1px #7E8B50;*/
}


#overlayBG{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#000;
	z-index:5;
	visibility:hidden;
	/*
	filter:alpha(opacity=90);
	-moz-opacity: .9;
	opacity: .9;
	*/
}
#closeButton {
  font-size: 0.7em;
   font-weight:bold;
   color:#521B30;
   float:right;
   padding:0;
   margin:0 15px 0 0;
   text-decoration:none;
}
