/* remember to define focus styles! */
:focus {
	outline: 0;
}
h3 {
	font-size: 110%;
	font-weight: bold;
	margin: .2em 0 .5em 0;
}
#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #fff;
	padding: 5px;
	opacity: 0.85;
}
#tooltip.pretty div {
width: 260px !important;
text-align: left;
margin:0px;
padding:0px;
}

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 260px;
	margin-top:20px;
	padding:20px;
	height: 140px;
	opacity: 0.9;
	background: url('images/shadow.png') no-repeat;
	overflow:hidden;
}
#tooltip.pretty h3 {
	margin-bottom: 2px;
	margin-top:0px;
	padding:0px;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	color:#00AEEF;
}
#tooltip.pretty div { width: 270px; text-align: left; }
