/*!
 * jQVMap Version 1.0 
 *
 * http://jqvmap.com
 *
 * Copyleft 2012, Peter Schmalfeldt <manifestinteractive@gmail.com>
 * Licensed under the MIT license.
 *
 * Fork Me @ https://github.com/manifestinteractive/jqvmap
 */
.jqvmap-label
{
	position: absolute;
	display: none;
	background: #292929;
	color: white;
	font-size: 11px;
	padding: 4px 10px;
	z-index: 10999;
}
.jqvmap-zoomin, .jqvmap-zoomout
{
	position: absolute;
	right: 0;
	background: #0072c6;
	padding: 4px 4px 3px 3px;
	color: white;
	width: 10px;
	height: 10px;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
}
.jqvmap-zoomin
{
	top: 0;
}
.jqvmap-zoomout
{
	top: 0;
	right: 20px;
}
.jqvmap-region
{
  cursor: pointer;
}
.jqvmap-ajax_response
{
  width: 100%;
  height: 500px;
}
