#highlight-widget {
	height: 25px;
	display: none;
	position: absolute;
	top: 497px;
	right: 285px;
	width: 130px;
	z-index: 100;
}
		
#highlight-widget a.h-btn {
	background: #fff url(../images/highlight-widget/button.jpg) no-repeat 0px 0px;
	color: #333;
	display: block;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 30px;
	margin: 0;
	text-decoration: none;
	width: 100px; /* 130 - 30 = 100 */
}
		
#highlight-widget a.h-btn:hover {
	background-position: 0px -25px;
	color: #333;
	margin: 0;
	padding: 0 0 0 30px;
	text-decoration: none;
}
		
#highlight-widget a.qmark {
	background: url(../images/highlight-widget/question-mark.gif) no-repeat 0px 0px;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 6px;
	right: 6px;
	display: block;
	outline: none;
	height: 13px;
	text-decoration: none;
	width: 13px;
}
		
#highlight-widget .bubble {
	font-weight: normal;
	background: url(../images/highlight-widget/bubble.gif) no-repeat 0px 0px;
	color: #666;
	width: 201px; /* 221 - 10 - 10 = 181 */
	height: 71px; /* 91 - 10 - 10 = 71 */
	position: absolute;
	top: -87px;
	left: -56px;
	padding: 10px;
	font-style: normal;
	margin: 0 0 0 0;
	z-index: 2;
	display: none;
}
		
#highlight-widget .bubble h6 {
	color: #333;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
		
#highlight-widget .bubble p {
	color: #666;
	padding: 0;
	margin: 0;
}
		
#highlight-widget .bubble .close {
	border: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}