#cluetip-outer {
  position: relative;
  background: #fff none repeat scroll 0 0 !important;
  box-shadow: 0 0 6px 2px #999;
  border: 1px solid #777 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#cluetip-inner { padding:5px }
#cluetip-title {
  overflow: hidden;
  line-height: 34px; height: 34px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  background-color: #fff;
	color: #777;
	border-bottom: 1px solid #eee
}
#cluetip-waitimage { width: 32px; height: 32px; position: absolute; background-image: url(/images/ajax-loader-trans32.gif) }
#cluetip-extra {display:none}
.cluetip-arrows {display:none}