.rapidmaps-label {

	position: absolute;
	z-index: 10000;

}

.rapidmaps-label-top,
.rapidmaps-label-center,
.rapidmaps-label-bottom {

	position: relative;

}

.rapidmaps-label-top .rapidmaps-label-left {

	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 32px;
	background-image: url("images/label.png");
	background-repeat: no-repeat;
	background-position: -35px 0px;

}

.rapidmaps-label-top .rapidmaps-label-middle {

	height: 32px;
	background-image: url("images/label.png");
	background-repeat: repeat-x;
	background-position: 0px -136px;
	margin: 0px 32px;

}

.rapidmaps-label-top .rapidmaps-label-right {

	position: absolute;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 32px;
	background-image: url("images/label.png");
	background-repeat: no-repeat;
	background-position: 0px -32px;

}

.rapidmaps-label-center .rapidmaps-label-left {

	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 100%;
	background-image: url("images/label_sides.png");
	background-repeat: repeat-y;
	background-position: 0px 0px;

}

.rapidmaps-label-center .rapidmaps-label-middle {

	margin: 0px 32px;
	background-color: #f2f3f7;
	overflow: auto;

}

.rapidmaps-label-content {

	font-family: "Helvetica", "Arial", sans-serif;
	font-size: 15px;
	color: #171717;
	text-shadow: rgba(255, 255, 255, 0.75) 0px 1px 0px;
	white-space: nowrap;

}

.rapidmaps-label-center .rapidmaps-label-right {

	position: absolute;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 100%;
	background-image: url("images/label_sides.png");
	background-repeat: repeat-y;
	background-position: -32px 0px;

}

.rapidmaps-label-bottom .rapidmaps-label-left {

	position: absolute;
	top: 0px;
	left: 0px;
	width: 32px;
	height: 36px;
	background-image: url("images/label.png");
	background-repeat: no-repeat;
	background-position: -35px -64px;

}

.rapidmaps-label-bottom .rapidmaps-label-middle {

	height: 36px;
	background-image: url("images/label.png");
	background-repeat: repeat-x;
	background-position: 0px -168px;
	margin: 0px 32px;

}

.rapidmaps-label-bottom .rapidmaps-label-right {

	position: absolute;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 36px;
	background-image: url("images/label.png");
	background-repeat: no-repeat;
	background-position: 0px -100px;

}

.rapidmaps-label-arrow {

	position: absolute;
	bottom: -13px;
	left: 50%;
	margin-left: -33px;
	width: 67px;
	height: 34px;
	background-image: url("images/label.png");
	background-repeat: no-repeat;
	background-position: 0px -204px;

}