div.tooltip{
	position: absolute;
	visiblity: hidden;
	padding: 0;
	margin-right: 25px;
	left: -2222px;
	top: -2222px;		
	background: url(../_pic/icon_warning.png) 10px 50% no-repeat  #ff893b;
	background-size: 20px 18px;
	font-size: 1em;
	font-weight: bolder;
	width: auto;
	max-width: 20em;
	/*z-index: 9999;*/
	border-radius: 20pt !important;
	-moz-border-radius: 20pt; 
	-webkit-border-radius: 20pt;
}

div.tooltip p { padding: 0 0.5em 0 30px; }

.toolshade {
	-moz-box-shadow:    0 0 9pt  #666;
	-webkit-box-shadow: 0 0 9pt  #666;
	box-shadow:         0 0 9pt  #666;
}

.toolarrow{
	position: absolute;
	left: 0;
	bottom:0;
	padding:0;
	margin:0;
}

