.popupstyle	{
	color: ff0000; cursor: hand;
}
.popupwindow
{
	position: absolute; left: 0px; top: 0px;
	visibility: hidden;
	background-color: #eeddcc;
	font-size: 10pt;
	color: #888888;
	padding: 4;
	padding-right:4px;
	border-left: thin solid white;
	border-top: thin solid white;
	border-right: thin solid #555;
	border-bottom: thin solid #555;
}

