.olControlScaleBar
{
    bottom: 2px;
    right: 25px;
    color: #3A82B3;
    font-family: Tahoma, Arial, Verdana, sans-serif;
}

.olControlScaleBarWrapper {
    /*margin: 25px 50% 0 50%;*/
    font-family: Tahoma, Arial, Verdana, sans-serif;
}

.olControlScaleBarBar {
    background-color: #3A82B3;
    height: 1px;
    top: 17px;
}

.olControlScaleBarBarAlt {
    background-color: #3A82B3;
    height: 1px;
    top: 17px;
}

.olControlScaleBarMarkerMajor {
    height: 6px;
    width: 1px;
    top: 12px;
    background-color: #3A82B3;
}

.olControlScaleBarMarkerMinor {
    height: 5px;
    width: 1px;
    top: 13px;
    background-color: #3A82B3;
}

.olControlScaleBarNumberolControlScaleBarox {
    top: -11px;
    font-size: 0.6em;
    color: #333333;
}

.olControlScaleBarLabelBox {
    top: 0px;
    text-align: right !important;
    font-size: 0.8em;
    color: #3A82B3;
    text-transform:lowercase;
}

.olControlScaleBarLabelBoxSingleLine {
    top: 0px;
    font-size: 0.7em;
    color: #333333;
    border:1px solid red;
}
.olControlScaleBarNumbersBox
{
    width: 40px;
    top: 2px;
    color: #3A82B3;
    font-size: 55%;
    font-weight: normal;
}
