/*****ADDED THESE STYLES TO HANDLE MOZILLA CURSORS *************/

/** Drag.js Cursor Styles **/

.olCursorDragMouseDown {
cursor: -moz-grabbing;
}

.olCursorDragMouseUp {
cursor: -moz-grab;
}

.olCursorDragMouseOut {
cursor: -moz-grab;
}

.olCursorDragDefault {
cursor: -moz-grab;
}

.olCursorDragMouseMove {
cursor: -moz-grabbing;
}

.olControlScale {
    right: 3px;
    bottom: 3em;
    display: block;
    position: absolute;
    font-size: smaller;
    color: #000000;
}
.olControlScaleLine {
   right: 225px;
   bottom: 10px;
   font-size: xx-small;
   color: #000000;
}
.olControlScaleLineBottom {
   border: solid 2px black;
   border-bottom: none;
   margin-top:-2px;
   text-align: center;
}
.olControlScaleLineTop {
   border: solid 2px black;
   border-top: none;
   text-align: center;
}

div.olControlMousePosition {
    bottom: 0em;
    right: 3px;
    display: block;
    position: absolute;
    font-family: Arial;
    font-size: smaller;
    color: #000000;
}