
#dhtmltooltip {
	position: absolute;
	width: 144px;
	height:144px;
	border: 0px solid black;
	padding: 0px;
	/* background-color: lightyellow; */
	visibility: hidden;
	vertical-align:middle;
	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);
}

#grid {
    position: relative; 
    top: 0;
    left: 0;
    width: 1000px;
    height: 1000px;
    border: 0;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
}

#grid2 {
    position: relative; 
    top: 0;
    left: 0;
    width: 1000px;
    height: 200px;
    border: 0;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
}



.g {
    position: absolute;
    border: 0;
    z-index: 3;
    align: center;
}