a.foottip {
	text-decoration: none;
	border: none;
	}

#tooltip {
	position: absolute;
	z-index: 3000;
/*	border: 1px solid #ddd; */
	background-color: #feffcc;
	width: 200px;
	opacity: 1;
	font-size: .8em;
	line-height: 1.1em;
	}

#tooltip div {
	margin: 0;
	color: #555;
	font-weight: normal;
	}

#tooltip div.innerborder {
	border-style: solid;
	border-width: 1px;
	border-color: #feffcc #f1f1d4 #f1f1d4 #feffcc;
	padding: 0 8px;
	width: 184px;
	}

#tooltip h3{
	margin: 0;
	color: #555;
	font-weight: normal;
	}

