.toolTip {
	cursor: help;
}
.toolTip .tip-top {
	background:#ff0000;
	width:200px;
	height:10px;
}

.toolTip .tip {
	background:#ccc;
}

.toolTip .tip .tip-title {
	
}

.toolTip .tip .tip-text {
	
}

.toolTip .tip-bottom {
	background:#000;
	width:200px;
	height:10px;
}