/* General Demo Style */

.tip {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	height: 22px;
	font-weight: bold;
	position: absolute;
	padding-left: 5px;
	padding-right: 5px;
	border-style: solid;
	border-width: 1px;
	padding-top: 1px;
	background: #fff;
}