﻿// http://demos111.mootools.net/Tips

.custom-tip {
	color: #000;
	width: 300px;
	z-index: 13000;
}
 
.custom-title {
    font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif; text-align: left;
	width: 300px;
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: white;
	padding: 6px 6px 6px 6px;
	background: #778C0E;
	border-bottom: 1px solid F1F1E8; /*#B5CF74;*/
}
 
.custom-text {
    font: normal 11px/18px Verdana, Arial, Helvetica, sans-serif; text-align: left;
	width: 300px;
	font-size: 11px;
	padding: 6px 6px 6px 6px;
	background: #F1F1E8;
}