﻿.jvectormap-label {
    position: absolute;
    display: none;
    -moz-border-radius: 3px;
    background: #292929;
    color: white;
    font-family: Arial;
    font-size: 11px;
    padding: 3px;
    opacity: .6;
    filter:alpha(opacity=60);
	z-index: 9999;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    -moz-border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    left: 10px;
    top: 10px;
}

.jvectormap-zoomout {
    left: 10px;
    top: 30px;
}