/* tooltip styling. by default the element to be styled is .tooltip  */
.tooltip {
	display:none;
	background-color:#444;
	border:2px solid #ccc;
	font-size:12px;
	height:auto;
	width:auto;
	padding:5px;
	color:#fff;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
	z-index:500;
}
