#tt {
	position: absolute;
	display: block;
	background: url(../images/tt_left.gif) top left no-repeat
}

#tttop {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../images/tt_top.gif) top right no-repeat;
	overflow: hidden
}

#ttcont {
	display: block;
	padding: 4px 12px 6px 9px;
	margin-left: 5px; 
	background: #333;
	color: #fff;
	/*border: 1px solid #333;*/
}

#ttcont p {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	margin: 0;
}

#ttbot {
	display: block;
	height: 5px;
	margin-left: 5px;
	background: url(../images/tt_bottom.gif) top right no-repeat;
	overflow: hidden;
}