/* CSS Document */
.color {
      cursor: auto;
}
.hint {
	background-image: url(sm.jpg);
	background-repeat: no-repeat;
	background-color: #6699CC;
	font-family: verdana,arial,helvetica;
	text-align: center;
	visibility: hidden;
	font-size: 8pt;
	position: absolute;
	padding: 1px 2px;
	border: 1px solid #000000;
	color: #006699;
	display: block;
	width: 176px;
	height: 93px;
}
