.ui-tooltip, .arrow:after {
    max-width: 400px;
/*	background: black;				*/
	background: #41b4fc;
	background-image: -webkit-linear-gradient(top, #41b4fc, #0d5785);
	background-image: -moz-linear-gradient(top, #41b4fc, #0d5785);
	background-image: -ms-linear-gradient(top, #41b4fc, #0d5785);
	background-image: -o-linear-gradient(top, #41b4fc, #0d5785);
	background-image: linear-gradient(to bottom, #41b4fc, #0d5785);
	border: 2px solid white;
}
.ui-tooltip {
	padding: 3px 10px;
	color: white;
	border-radius: 7px;
/*	font: Normal 12px "Helvetica Neue", Sans-Serif;		*/
	font: normal .8em 'Hind', sans-serif;
	letter-spacing: auto;
	line-height:21px;
/*	text-transform: uppercase;		*/
	box-shadow: 0 0 7px black;
}
.arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
	.arrow.top {
	top: -16px;
	bottom: auto;
}
	.arrow.left {
	left: 20%;
}
.arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow.top:after {
	bottom: -20px;
	top: auto;
}

.warnTT {
    max-width: 400px;
	background-image:none;
	background: #eded05;
	background-image: -webkit-linear-gradient(top, #eded05, #b07f03);
	background-image: -moz-linear-gradient(top, #eded05, #b07f03);
	background-image: -ms-linear-gradient(top, #eded05, #b07f03);
	background-image: -o-linear-gradient(top, #eded05, #b07f03);
	background-image: linear-gradient(to bottom, #eded05, #b07f03);
	color:#000;
	border: 2px solid white;
}

.descTT {
    max-width: 512px;
	background-image:none;
	background: #ccfcb0;
	background-image: -webkit-linear-gradient(top, #ccfcb0, #96e625);
	background-image: -moz-linear-gradient(top, #ccfcb0, #96e625);
	background-image: -ms-linear-gradient(top, #ccfcb0, #96e625);
	background-image: -o-linear-gradient(top, #ccfcb0, #96e625);
	background-image: linear-gradient(to bottom, #ccfcb0, #96e625);
	color:#000;
	border: 2px solid white;
}