#dhtmltooltip{
position: absolute;
left: -300px;
width: 200px;
text-align: justify;
border: 1px solid #ACC0E5;
padding: 30px;
font-style: italic;
font-size: 11px;
line-height: 20px;
background-color: white;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
-moz-border-radius:5px; /* FF */
		-webkit-border-radius:5px; /* przeglądarki z webkitem (Safari, Chrome itp.) */
		-khtml-border-radius:5px; /* przeglądarki typu K-meleon (typowo Linuxowe) */
		border-radius:5px; /* pozostałe przeglądarki */
		behaviour:url(border-radius.htc); /* dla IE */
		
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
