/*Your CSS file*/
.tip {
	background-color: #000;
	padding: 5px;
}

.something_else .tip {
	background-color: #993300;
}

.something_else .tip-title {
	background-color: #0000CC;
}

.tip-title {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-decoration:none;
	padding: 3px;
}

.tip-text {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	text-decoration:none;
	padding: 3px;
}

.tip-bottom {
	background:url(../images/tool_tip_bottom.gif) center bottom no-repeat;
	width:95px; 
	height:10px; }

.ind {
	width: 200px;
	background-color: #666;
	color: white;
	padding: 15px;
	border-bottom: 1px solid white;
}

#hide {
	margin-bottom: 20px;
}