a.help {
	background-attachment:	scroll;
	background-clip:	border-box;
	background-color:	transparent;
	background-image:	url("images/jquery-help_button.png");
	background-origin:	padding-box;
	background-position:	0 0;
	background-repeat:	no-repeat;
	background-size:	auto auto;

	color:			#FFFF99;
	height:			18px;
	width:			80px;
	margin-left:		18px;
	text-indent:		-12000px;

	display:		inline-block;
}
a.help * {
	display:		none;
}
