.toolTipElement {
	cursor: help;
}
.tool-tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 6px 8px 0px;
	background: url(toolbubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(toolbubble.png) bottom right;
}

/*----------------------------------*/

.custom_tip {
	color: #fff;
	width: 200px;
	z-index: 13000;
}
.custom_tip .tip {
	/*background-color: #333;*/
	/*padding: 5px;*/
}
 
.custom_tip .tip-title {
	/*color: #fff;
	background-color: #666;
	font-size: 20px;
	padding: 5px;*/
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 6px 8px 0px;
	background: url(toolbubble.png) top left;
}
 
.custom_tip .tip-text {
	/*color: #ff0000;
	padding: 5px;*/
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(toolbubble.png) bottom right;
}

/*
<div style="position: absolute; top: 589px; left: 834px; visibility: hidden; opacity: 0;">
	<div class="tip-top"></div>
	<div class="tip">
		<div class="tip-title">INFO::For larger files please use a zipped version</div>
	</div>
	<div class="tip-bottom"></div>
</div>
*/