/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyright 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
.jqvmap-label {
	background: #fff;
	border: solid 1px #cdcdcd;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	display: none;
	padding: 3px;
	position: absolute;
	z-index: 100;
	
	color: #666;
	font-family: sans-serif, Verdana;
	font-size: smaller;
}
.jqvmap-zoomin, .jqvmap-zoomout {
	background: #fa8537;
	-webkit-border-radius: 3px 3px 0 0;
	   -moz-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0;
	cursor: pointer;
	height: 10px;
	left: 10px;
	padding: 3px;
	position: absolute;
	width: 10px;
	
	color: #fff;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin:hover, .jqvmap-zoomout:hover {
	background: #f36716;
}
.jqvmap-zoomin {
	top: 10px;
}
.jqvmap-zoomout {
	-webkit-border-radius: 0 0 3px 3px;
	   -moz-border-radius: 0 0 3px 3px;
	        border-radius: 0 0 3px 3px;
	top: 27px;
}
.jqvmap-region {
	cursor: pointer;
}
.jqvmap-ajax_response {
	height: 500px;
	width: 100%;
}