span.tooltip {
	width: 20px;
	height: 20px;
	background: url('images_tooltip/question.png') top left no-repeat;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
}

#tooltip.help {
	position: absolute;
	z-index: 3000;
	font-family: Arial;
	border: none;
	width: 300px;
	padding: 20px 0px;
	height: auto;
	opacity: 1;
	background: url('images_tooltip/shadow.png') top left no-repeat;
	padding-top: 30px;
}

#tooltip.help p {
	text-align: justify;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	font-weight: normal;
	padding: 10px 20px 0px 20px;
	margin: 0px;
}