.map-box {
    background-color: #FFF;
}
.boxforms .marker-info {
    color: black;
}
table.marker-info {
    border-collapse: collapse;
}
table.marker-info td, table.marker-info th {
    border: 1px solid #CCC;
    padding: 4px; 
} 
table.marker-info th {
    background-color: #EFEFEF;
    padding: 4px; 
} 
table.marker-info .artist-track-info {
    width: 130px;
    text-align: center;
}
table.marker-info .total-info {
    max-width: 50px; 
    text-align: center;
}
.map-box {
    position: relative;
}
#reset-zoom {
    cursor: pointer;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #717B87;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    color: #000000;
    direction: ltr;
    font-family: Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    min-width: 40px;
    overflow: hidden;
    padding: 1px 6px;
    left: 35px;
    position: absolute;
    top: 10px;
    z-index: 1020;
    text-align: center;
}
    