/* TOOLTIP */
#tooltip {
    padding: 5px 10px;
    background: #fff;
    border: 3px solid #a2c02f;
	width: 400px;
	text-align: left;
	margin-left: -280px;
	margin-top: 25px;
	z-index: 999;
}


acronym.help {
		position: relative;
		float: left;
		display: inline;
		height: 20px;
		width: 23px;
		margin-left: 5px;
		padding-top: 1px;
		background: transparent url(../assets/btn_help.gif) 0 -21px no-repeat;
		font-size: 12px;
		font-weight: bold;
		text-decoration: none;
		text-indent: 8px;
		color: #666;
		text-shadow: 1px 1px 1px #fff;
		overflow: hidden;
		cursor: help;
		border: 0;
	}
	acronym.help:hover {
		text-decoration: none;
		background-position: -23px -21px;
		color: #fff;
		text-shadow: 0px 0px 0px;
	}
		.even acronym.help {
			background-position: 0 0;
		}
		.even acronym.help:hover {
			text-decoration: none;
			background-position: -23px 0;
		}

