@CHARSET "UTF-8";
#tooltip{
	position:absolute;
	background: url(../images/tooltip.gif) right top no-repeat;
	border-left: 1px solid #000063;
	border-bottom: 1px solid #000063;
	padding:2px 15px 2px 5px;
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 12px;
	text-align: center;
	line-height: 1.2em;
	display:none;
}
