﻿*.sgmap_ref_container
{
	position:absolute;
	left: 10px;
	bottom: 25px;
	width: 200px;
	height: 30px;
	overflow:hidden;
	z-index:200;
}

*.sgmap_ref_centralbar 
{
	border: solid 1px white;
	background-color: Black;
	height: 4px;
	position: absolute;
	left: 1px;
	top: 25px;
	z-index:10;
}

*.sgmap_ref_leftbar 
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-top: solid 1px white;
	background-color: Black;
	width: 4px;
	position:absolute;
	left:1px;
	top: 10px;
	height: 15px;
	z-index:11;
}
*.sgmap_ref_rightbar 
{
	border-left: solid 1px white;
	border-right: solid 1px white;
	border-top: solid 1px white;
	background-color: Black;
	width: 4px;
	position:absolute;
	left:1px;
	top: 10px;
	height: 15px;
	z-index:11;

}
*.sgmap_ref_txtdiv
{
	text-align: center;
	vertical-align: middle;
	height: 16px;
	position:absolute;
	left:7px;
	top: 8px;
}

