﻿.sgmap_mapcontrol 
{
	position: absolute;
}
.sgmap_mapcontrol_container
{
	border: 1px solid #AAAAAA;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
	background-color: #CCCCCC;

}
.sgmap_mapcontrol_mapfence_container
{
	z-index: 250;
	position: absolute;
	display: block;
	overflow: hidden;
}
.sgmap_mapcontrol_mapfence_border
{
	z-index: 17;
	position: absolute;
	border-right: green 1px solid;
	border-top: green 1px solid;
	border-left: green 1px solid;
	border-bottom: green 1px solid;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.sgmap_mapcontrol_mapfence_background
{
	z-index: 16;
	position: absolute;
	background-color: green;
	display: block;
	left: 0px;
	top: 0px;
	width:100%;
	height:100%;
}