#overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-color:#ccc;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

* html #overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#overlay_box {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	border: 4px solid #691820;
	padding: 8px;
	text-align:center;
	top:237px;
	left:49%;
	width:345px;
}

#overlay_box h3 {
	font-size: 1.2em;
	font-weight: bold;
}

#overlay_box a {
	color: #691820;
	text-decoration: underline;
}

* html #overlay_box { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
