

#cluetip {
  background: transparent url(/images/uploads/shadow2.png) no-repeat right bottom;
  float:right;
  clear: right;
  z-index:999;
}
#cluetip-outer {
  margin: -5px 10px 13px -5px;
  background: #d9d9c2 url(/images/uploads/wait.gif) no-repeat 50% 40%;
  z-index:999;
}
a#cluetip-close { 
  float: right;
  margin: 0 5px 5px;
  color: #900;
}
a#cluetip-close img {
  border: 0;
}
h3#cluetip-title {
  margin: -5px -5px 5px;
  padding: 5px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #87876a;
  color: #fff;
  z-index:999;
}

#cluetip-inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  z-index:999;
  }
#cluetip-inner {
  padding: 5px;
  display: inline-block;
  z-index:999;
}
/* backslash hack hides from IE Mac \*/
	* html #cluetip-inner {height: 1%;}
	#cluetip-inner {display: block;}
/* end backslash hack */

