#tt {
	position:absolute; 
	display:block; 
	background:url(/img/tooltips/tt_left.gif) top left no-repeat;
}

#tttop {
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url(/img/tooltips/tt_top.gif) top right no-repeat; 
	overflow:hidden;
}

#ttcont {
	display:block; 
	padding:2px 5px 2px 0; 
	margin-left:5px; 
	background:#FFFF00; 
	color:#000; 
	font-size:12px !important;
}

#ttcont span.clientName {
	padding: 0 0 0 63px;
	background:url(/img/tooltips/i_clientname.gif) no-repeat left 1px; 
}

#ttcont span.worksName {
	padding: 0 0 0 63px;
	background:url(/img/tooltips/i_worksname.gif) no-repeat left 1px; 
}

#ttbot {
	display:block; 
	height:5px; 
	margin-left:5px; 
	background:url(/img/tooltips/tt_bottom.gif) top right no-repeat; 
	overflow:hidden;
}
