#map-out { width:650px; height:530px; position:relative; }
#map-box { width:650px; height:530px; position:absolute; top:-30px; left:-30px; }
#map { width:650px; height:530px; }
#map-info { width:500px; height:15px; border-left:#0F0 solid 16px; padding:0 0 0 10px; line-height:14px; position:absolute; top:0px; left:0px;  }


.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -moz-border-radius: 3px;
    background: #333;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: 12px; line-height:12px;
    padding: 3px 5px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
	display:none;
}