#scalebar_bg {
    position: absolute;
		z-index:1400;
		width:200px;
		height:45px;
		background-color:#fff;
		right:0;
		bottom:0;
		filter:alpha(opacity=70);
		opacity:.7;
}

#scalebar {
    position: absolute;
		margin-right:185px;
		margin-bottom:15px;
		z-index:1500;
		font-family:Arial;
		right:0;
		bottom:0;
		
}


.sbBar {
    background-color: #666666;
    height: 1px;
}

.sbBarAlt {
    background-color: #666666;
    height: 1px;
}

.sbMarkerMajor {
    height: 7px;
    width: 1px;
    background-color: #666666;
}

.sbMarkerMinor {
    height: 5px;
    width: 1px;
    background-color: #666666;
}

.sbNumbersBox {
    top: -11px;
    font-size: 9px;
    color: #333333;
}

.sbLabelBox {
    top: -25px;
    font-size: 10px;
    color: #333333;
		text-transform:uppercase;
}

.sbLabelBoxSingleLine {
    top: -30px;
    font-size: 0.7em;
    color: #333333;
    border:1px solid red;
}

