#tt {
	position:absolute;
	display:block;
	background:url(../imgs/common/tt_left.gif) top left no-repeat;
	width: 5px;
}
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	background:url(../imgs/common/tt_top.gif) top right no-repeat;
	overflow:hidden;
	width: 190px;
}
#ttcont {
	display:block;
	margin-left:5px;
	background:#FFF9C5;
	color:#3F0700;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	width: 180px;
}

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

#ttcont strong {
	font-weight:bold;
}