.jqvmap-label {
    background: url("/img/toolTipBg.jpg") #fff left bottom repeat-x;
    position: absolute;
    display: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 25px 20px;
    z-index: 50;
    width: 260px;
    min-height: 100px;
    color: #4592f0;
    font-size: 13px;
    font-family: "PTSans Regular";
    margin-top: -40px;
}
.jqvmap-label::before{
    background: url("/img/toolTipTriangle.png") no-repeat;
    content: ' ';
    position: absolute;
    height: 11px;
    width: 22px;
    bottom: -11px;
    left: 50%;
    margin-left: -15px;
}
.jqvmap-label h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    margin-bottom: 6px;
}

.jqvmap-label img {
    width: 70px !important;
    float: left;
    margin: 5px 3px 0 0;
}

.jqvmap-label span {
    display: block;
    font-size: 12px;
    margin-top: 3px;
    color: #7a7878;
}

.jqvmap-zoomin, .jqvmap-zoomout {
    position: absolute;
    left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000000;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jqvmap-zoomin {
    top: 10px;
}

.jqvmap-zoomout {
    top: 30px;
}

.jqvmap-region {
    cursor: pointer;
}

.jqvmap-ajax_response {
    width: 100%;
    height: 500px;
}

.jqvmap-label h2 {
    margin: 3px 0 5px 0;
}

.jqvmap-label li {
    margin-left: 20px;
}