		#tip {
		
			border: 0px solid;
			left: -1000px;
			padding: 0px;
			position: absolute;
			top: -1000px;
			z-index: 110;
			margin-left: 20px;
			width:154px;
			height:71px;
		} 
		.tip_header {
			background: url(../../img/tooltip.jpg) no-repeat;
			FONT-WEIGHT: bold;
			color: #7F0071;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-style: normal;
			text-align: center;
			width:154px;
			height:71px;
		} 
		.tip_table {
			border:0;
			border-spacing: 0;
			margin-bottom: 0px;
			/*border:solid #7F0071 4px;*/
			width:154px;
			height:71px;
		}
		.tip_table td
		{
			width:154px;
			height:51px;
			vertical-align:top;
			text-align:left;
			padding-top:20px;
			padding-left:11px;
		}