.jvectormap-label
{
    position: absolute;
    display: none;
    border: solid 1px #cdcdcd;
    -moz-border-radius: 3px;
    background: #292929;
    color: #fff;
    font-family: sans-serif,Verdana;
    font-size: smaller;
    padding: 3px;
}
.jvectormap-zoomin, .jvectormap-zoomout
{
    position: absolute;
    -moz-border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: #fff;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}
.jvectormap-zoomin
{
    left: 10px;
    top: 10px;
}
.jvectormap-zoomout
{
    left: 10px;
    top: 30px;
}