.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ad9952;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
	z-index:10000;
    padding: 3px 5px;
	font-weight:bolder;
}



.jvectormap-tip {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    border-radius: 3px;
    background: green;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
	position: absolute;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	line-height: 0px;
	text-align: center;
	font-size: 0px;
	color: #FFF;
		z-index:5000;
}

.jvectormap-zoomin {
	top: 32%;
	background: url(../../images/plus-minus.png);
	background-repeat: no-repeat;
	background-position: center 0px;
	z-index:5000;
}

.jvectormap-zoomout {
	background: url(../../images/plus-minus.png);
	background-repeat: no-repeat;
	background-position: center -45px;
    top: 32%;
	margin-top:37px;
	z-index:5000;
}