.help_button
{
	width: 26px;
	height: 26px;
	background: url('darkbright_question.png');
	position: relative;
	display: inline-block;
	visibility: hidden;
	vertical-align: -8px;
}

.help_button .help_box
{
	position: absolute;
	width: 20em;
	display: none;
	left: 26px;
	padding: 10px;
	line-height: normal;
	font-weight: normal;
	border: 2px solid #07600a;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	white-space: normal;
	z-index: 5;
	text-align: left;
}

.help_button.right .help_box
{
	left: auto;
	right: 26px;
}

.help_button:hover
{
	cursor: pointer;
	background-position: 26px top;
}

.help_button:hover .help_box
{
	display: block;
	background-color: #a6e22e;
	color: black;
	font-size: 14px;
}

.help_box:hover
{
	cursor: default;
}
