#cluetip-close img {
    border: 0
    }
#cluetip-title {
    overflow: hidden
    }
#cluetip-title #cluetip-close {
    float: right;
    position: relative
    }
#cluetip-waitimage {
    width: 43px;
    height: 11px;
    position: absolute;
    background-image: url(../img/loader.gif)
    }
.cluetip-arrows {
    display: none;
    position: absolute;
    top: 0;
    left: -11px;
    height: 22px;
    width: 11px;
    background-repeat: no-repeat;
    background-position: 0 0
    }
#cluetip-extra {
    display: none
    }
.cluetip-default {
    background-color: transparent
    }
.cluetip-default #cluetip-outer {
    border: 2px solid #ccc;
    position: relative;
    background-color: #fff
    }
.cluetip-default h3#cluetip-title {
    margin: 0 0 5px;
    padding: 2px 5px;
    font-size: 12px;
    font-weight: normal;
    background-color: #ccc;
    color: #333
    }
.cluetip-default #cluetip-inner {
    padding: 0 5px 5px;
    display: inline-block
    }
.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
    }