a.boc-info-link {
	font-family:arial;
	color:#333;
	font-size:11px;
	text-decoration:none;
}
a.boc-info-link:hover {
	text-decoration:underline;
}
#infobox {
	position: absolute;
	top:50%;
	left:50%;
	z-index:29999;
	width:620px;
	height:475px;
	margin:-235px 0 0 -310px;
	background:#ffff;
	text-align:right;
}
#infobox[id] {
	position:fixed;
}
body {
	height:100%;
}
#overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#fff;
	-moz-opacity:0.60;
	opacity:.60;
	filter:alpha(opacity=60);
}
#overlay[id] {
	position:fixed;
}