#tooltip {
	background: url(../forum/images/bg-nav-top.jpg) repeat-x scroll left top;
	border: 1px solid #C37304;
	float: left;
	font-size: 12px;
	max-width: 200px;
	padding: .5em;
	position: absolute;
}

#tooltip span {
	color: white;
	font-weight: bold;
}

.rounded {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}