.jqvmap - label {
	position: absolute;
	display: none; - webkit - border - radius: 3 px; - moz - border - radius: 3 px;
	border - radius: 3 px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px;
  pointer-events:none;
}
.jqvmap-pin {
  pointer-events:none;
}
.jqvmap-zoomin, .jqvmap-zoomout{
	position: absolute;
	left: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: # 000000;
	padding: 3 px;
	color: white;
	min - width: 10 px;
	min - height: 10 px;
	cursor: pointer;
	line - height: 10 px;
	text - align: center;
}
.jqvmap - zoomin {
	top: 10 px;
}
.jqvmap - zoomout {
	top: 30 px;
}
.jqvmap - region {
	cursor: pointer;
}
.jqvmap - ajax_response {
	width: 100 % ;
	height: 500 px;
}