.jqvmap-label {
	position:absolute;
	display:none;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	background:#00428c;
	color:#fff;
	font-size:16px;
	padding:5px;
	pointer-events:none;
	border: 1px solid white;
}

.jqvmap-pin {
	pointer-events:none;
}

.jqvmap-zoomin,.jqvmap-zoomout {
	position:absolute;
	left:10px;
	background:#499eff;
	padding:5px;
	padding-top:0;
	padding-bottom:5px;
	border-radius:4px;
	color:#fff;
	font-size:30px;
	line-height:30px;
	cursor:pointer;
}

.jqvmap-zoomin:hover,.jqvmap-zoomout:hover {
	background-color:#5c5c5c;
}

.jqvmap-zoomin {
	top:10px;
}

.jqvmap-zoomout {
	top:50px;
}

.jqvmap-region {
	cursor:pointer;
}

.jqvmap-ajax_response {
	width:100%;
	height:500px;
}

.vmap_pays {
	font-size:22px;
}