div.hintmask {
	opacity: .9;
	filter: alpha(opacity=90);
}

div.hintmask div.hint-top {
	width: 27px;
	height: 5px;
	background: url(../../../img/hint-top.gif) no-repeat -10px 0;
}
	
div.hintmask div.hint-container {
}
	
div.hintmask div.hint-left {
	display: none;
}
		
div.hintmask div.hint-mask {
	border: solid #1f3c4a 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 0 10px;
	height: 27px;
	color: #000;
	background: #fff;
	font-size: 12px;
	line-height: 27px;
}
		
div.hintmask div.hint-right {
	display: none;
}