#cluetip-title {margin: 0;}
#cluetip-title #cluetip-close, 
#cluetip-extra {
	display:none;
}


/***************************************
For authorization
-------------------------------------- */
.cluetip-auth #cluetip-outer {
	position: relative;
}

.cluetip-auth h3#cluetip-title {
	position: absolute;
}
.cluetip-auth #cluetip-inner {
	background: url(../i/bgs/wing.png) no-repeat left bottom;
}

/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {zoom: 1;}


.cluetip-hint {
	border: 1px solid black;
	padding: 10px;
	background: url(/i/entry_bg.png);
}

/* hack for IE as does not support transparent png */
 * html .cluetip-hint {
	background-color: #FFF;
}