#info_bar {
	POSITION: absolute; 
	/*TOP: 65px; */
	/*LEFT: 80px; */
	OVERFLOW: visible; 
	z-index: 66; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; color:#333333;
	background: rgba(253, 253, 175, 0.9);
	border: 1px solid #4a70af;
	border-radius: 10px;
	padding: 5px;
    display: none;
	cursor: pointer;
	/*max-width: 65%; */
}
#info_bar2 {
	POSITION: absolute; 
	/*TOP: 65px; */
	/*LEFT: 80px; */
	OVERFLOW: visible; 
	z-index: 66; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size:12px; color:#333333;
	background: rgba(253, 253, 175, 0.9);
	border: 1px solid #4a70af;
	border-radius: 10px;
	padding: 5px;
    display: none;
	cursor: pointer;
	/*max-width: 65%; */
}

#info_bar:empty {
    display: none;
}

#info_bar2:empty {
    display: none;
}

.frameOverlay {
	height: 300%;
	width: 200%;
	/*background: rgba(34, 34, 34, 0.5);*/
	position: absolute;
	top: -100%;
	left: -50%;
	display: none;
}

.info_bar_close {
	position: absolute;
	top: 0px;
	right: 0px;
}