.jqvmap-label
{
	position: absolute;
	z-index: 1;
	display: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: 15px;
	padding: 3px 6px;
  pointer-events:none;
}
.jqvmap-pin {
  /*pointer-events:none;*/
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	z-index: 100;
	/*left: 10px;*/
	top:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #000000;
	padding: 3px;
	color: white;
	/*width: 10px;*/
	/*height: 10px;*/
	width: 30px;
	height: 30px;
	cursor: pointer;
	/*line-height: 10px;*/
	font-size: 20px;
    line-height: 22px;
    text-align: center;
}
.jqvmap-zoomin
{
	/*top: 10px;*/
	right: 50px;
}
.jqvmap-zoomout
{
	/*top: 30px;*/
	right: 10px;
}
.jqvmap-region
{
  /*cursor: pointer;*/
  cursor: grab;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}
