a.tipz
{
	width:				18px;
	height:				18px;
	display:			block;
	background:			url(winfo.gif) no-repeat 0 0;
	position:			absolute;
	margin:				1px 0 0 1px;
}

a:hover.tipz
{
	background-position: 0px -18px;
}

.tip-tip
{
	color: #fff;
	width:320px;
	z-index: 13000;
}
 
.tip-title
{
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
	text-align:left;
	width:320px;
}
 
.tip-text
{
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
	text-align:left;
	width:320px;
}

.tipztext, .tipztitle
{
	display:none;
}

