.tip-container {
	width: 280px;
	color: #FFF;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	font-family: "Helvetica" Arial;
}

.tip-bottom-gif {
	width: 280px;
	height: 30px;
	float: left;
	background: url(images/tip-bottom.gif) no-repeat;
}

.tip-bottom-png {
	width: 280px;
	height: 30px;
	float: left;
	background: url(images/tip-bottom.png) no-repeat;
}

.tip-top {
	width:280px;
	float: left;
}

.tip-top-gif {
	width:280px;
	float: left;
	background: url(images/tip-top.gif) no-repeat;
}

.tip-top-png {
	width:280px;
	float: left;
	background: url(images/tip-top.png) no-repeat;
}

.tip-clear {
	clear: both;
}

.tip-title {
	color: #FFF;
	font-size: 14px;
	text-shadow: #000 0 -1px 0;
	padding: 5px;
	padding-left: 10px;
	padding-top: 8px;
	padding-bottom: 0;
	text-align: left;
	font-weight: bold;
}

.tip-message {
	color: #b6b6b6;
	font-size: 12px;
	text-shadow: #000 0 -1px 0;
	padding: 5px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-right: 8px;
	text-align: left;
}