#tt {
	position:absolute;
	display:block;
	background-image: url(images/tt_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	overflow:hidden;
	background-image: url(images/tt_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#ttcont {
	display:block;
	padding:2px 12px 3px 7px;
	margin-left:5px;
	color:#FFF;
	background-color: #666666;
}
#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	overflow:hidden;
	background-image: url(images/tt_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
