#cluetip {
position: absolute; 
/*  z-index: 1001;*/
  
}
#cluetip-outer {
  position: relative;
  margin: 0;
  background:url(../images/pop_acc.png) no-repeat 0px 0px ;
}
h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
   color:#000000
}
#cluetip-inner {
  padding: 10px;
}
span#cluetip-close { 
  text-align: right;
  margin: 0 5px 5px;
   color:#000000
}
#cluetip-close img {
  border: 0;
}

