/* moo tool tips */
.tool-tip {
	padding: 5px;
	z-index: 13000;
	background-color: #CCCCCC;

	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	opacity: 0.8;
	filter: alpha(opacity:90);
} 
.tip-title {
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
} 
.tip-text {
	margin-top: 5px;
}
#main {
	border: 1px solid #ccc;
	padding: 10px;
	margin: 10px;
}
