/* remember to define focus styles! */
:focus {
	outline: 0;
}

#tooltip.pretty {
	font-family: Arial;
	border: none;
	width: 210px;
	padding:20px;
	height: 30px;
	opacity: 0.8;
	background: url('http://www.dsolutionsgroup.com/images/shadow.png');
	background-repeat:no-repeat;
	color: #333;
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	margin-top:2px;
	font-size: 14px;
	width: 210px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }


