#MSVE_obliqueNotification {visibility: hidden;}

.VEAPI_Pushpin {
    text-decoration: none;
}

.pinStyle {
    position:relative;
    background:url('/images/virtualearth/green_marker.png') no-repeat 0 0;
    height:31px;
    width:27px;
    top:-6px;
    color:#fff;
    text-align:center;
    font: bold 12px Arial;
    cursor: pointer;
}

.pinStyle .text {
    position: relative;
    top: 5px;
}

.landmarkPinStyle {
    position:relative;
    background:url('/images/virtualearth/blue_marker.png') no-repeat 0 0;
    height:31px;
    width:27px;
    top:-6px;
    color:#fff;
    text-align:center;
    font: bold 12px Arial;
    cursor: pointer;
}

