/* SCROLL TO TOP*/
#toTop {
	background:#fff;
	border:1px solid #e7e7e7;
	bottom:10px;
	color:#0f54b1;
	cursor:pointer;
	font-size:10px;
	font-weight: bold;
	padding:2px 10px;
	position:fixed;
	right:10px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase; }
 
.firefox #toTop { padding:1px 10px 2px 10px; }
 
 
 #info_panel {
	background:#fff;
	border:1px solid #e7e7e7;
	bottom:38px;
	color:#0f54b1;
	font-size:10px;
	font-weight: bold;
	padding:2px 10px;
	position:fixed;
	right:10px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase; }

#info_panel_title {
	color:OrangeRed; }