.toolTipElement {
	cursor: help;
		}
.tool-tip {
	color: #333;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #0099FF;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0099FF;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}
 
.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 10px;
	padding: 4px 2px 2px;
	background: #ffffff;
}
.form{
font-weight: bold;
	font-size: 14px;
	margin: 0;
	color: #333333;
	padding: 4px 4px 4px;
	background: #999999;
	border:thin 1px #000000;
}