/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
		display:none;
		background-color:#154925;
		color:#fff;
		border:1px solid #cc9;
		padding:3px;
		font-size:13px;
		-moz-box-shadow: 2px 2px 11px #666;
		-webkit-box-shadow: 2px 2px 11px #666;
}	