.olControlScaleBar {
	bottom: 10px;
	left: 10px;
	font-family: sans-serif;
	color: rgb(0,0,0);
}

.olControlScaleBarBar {
	height: 1px;
	top: 14px;
	background: rgb(51,51,51);
}

.olControlScaleBarBarAlt {
	height: 1px;
	top: 14px;
	background: rgb(51,51,51);
}

.olControlScaleBarMarkerMajor {
	height: 7px;
	width: 1px;
	top: 11px;
	background: rgb(51,51,51);
}

.olControlScaleBarMarkerMinor {
	height: 5px;
	width: 1px;
	top: 12px;
	background: rgb(51,51,51);
}

.olControlScaleBarNumbersBox {
	width: 40px;
	height: 13px;
	top: 21px;
	font-size: 0.7em;
}

.olControlScaleBarLabelBox {
	top: -2px;
	height: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 0.7em;
	font-variant: small-caps;
}

.olControlScaleBarLabelBoxSingleLine {
	height: 15px;
	width: 35px;
	top: 5px;
	left: 10px;
	font-size: 0.7em;
	font-variant: small-caps;
}
