ul,
li {
	margin: 0;
	list-style: none;
	padding: 0;
}

#hintMsg {
	width: 271px;
	position: absolute;
	display: none;
}

#hintMsg .hintTop {
	height: 9px;
	background: url(img/hintbg1.gif) no-repeat;
	overflow: hidden;
}

#hintMsg .hintInfo {
	padding: 0 5px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: #ffffe1;
	line-height: 1.5em;
}

#hintMsg .hintInfo b{
	padding: 0;
	margin-bottom: 6px;
	padding-left: 15px;
	background: url(img/hint.gif) left center no-repeat;
	height: 13px;
	line-height: 16px;
}

#hintMsg .hintFooter {
	height: 22px;
	background: url(img/hintbg2.gif) no-repeat;
}