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