.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #3B883B;
    -moz-border-radius: 3px;
    background: #1D671D;
    color: white;
    font-family: Helvetica;
    font-size: 10px;
    padding: 3px;
	z-index:1000;

}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    -moz-border-radius: 3px;
    background: #314D58;
    padding: 3px;
    color: white;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 30px;
    text-align: center;
  /*  -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.5);
	-webkit-border-top-left-radius: 5px !important;
	-moz-border-radius-topleft: 5px !important;
	-webkit-border-top-right-radius: 5px !important;
	-moz-border-radius-topright: 5px !important;
	-webkit-border-bottom-left-radius: 5px !important;
	-moz-border-radius-bottomleft: 5px !important;
	-webkit-border-bottom-right-radius: 5px !important;
	-moz-border-radius-bottomright: 5px !important;*/
}

.jvectormap-type {
 font-size:8pt;
    position: absolute;
    background: #1D671D;
    padding: 3px;
    color: white;
    width: 120px;
    height: 12px;
    cursor: pointer;
    line-height: 12px;
    text-align: center;
    left: 760px;
    top: 10px;
    -webkit-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 2px 4px 5px 0px rgba(0, 0, 0, 0.5);*/
}


.jvectormap-zoomin {
    left: 10px;
    top: 10px;
}

.jvectormap-zoomout {
    left: 10px;
    top: 60px;
}