.cluetip-default {
    font-size:11px;
    background:url(../img/contact-button.png) no-repeat;
    height:99px;
    width:233px;
    padding-left:5px;
}
.cluetip-default #cluetip-outer {
    position: relative;
    margin: 0;
    width:233px;
}
.cluetip-default h3#cluetip-title {
  margin:0px;
  padding-left:10px;
  margin-top:15px;
  font-weight: bold;
  color: #FFFFFF;
}
.cluetip-default #cluetip-inner {
  padding: 10px;
  padding-top:5px;
}
.cluetip-default div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}
