.tip-container {
	width: 200px;
	color: #FFF;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.tip-bottom-gif {
	width: 200px;
	height: 30px;
	float: left;
	background: url(../images/balloon3_btm.gif) no-repeat;
}

.tip-bottom-png {
	width: 200px;
	height: 30px;
	float: left;
	background: url(../images/balloon3_btm.png) no-repeat;
}

.tip-top {
	width:200px;
	float: left;
}

.tip-top-gif {
	width:200px;
	float: left;
	background: url(../images/balloon3_top.gif) no-repeat;
}

.tip-top-png {
	width:200px;
	float: left;
	background: url(../images/balloon3_top.png) no-repeat;
}

.tip-clear {
	clear: both;
}

.tip-title {
	color: #fff;
	padding:25px 40px 0 20px;
	padding-bottom: 0;
	text-align: left;
	font-size: 12px;
	line-height:1.2em;
}
.tip-message {
	color: #fff;
	padding:5px 40px 10px 20px;
	text-align: left;
	line-height:1.2em;
}

.bike_spot {
	position:absolute;
	width:61px;
	height:61px;
	color:#f00;
	font-size:36px;
	font-family:helvetica,arial,sans-serif;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
}
