/* remember to define focus styles! */
:focus {
	outline: 0;
}



#tooltip.pretty {
	font-family: verdana;
	border: none;
	width: 280px;
	padding:20px;
	height: 200px;
	opacity: 0.8;
	background: url('shadow.png') no-repeat;
}

#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 10px;
	color: 333333;
	font-family:verdana;
	width: 220px;
	text-align: left;
}

#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.right { width: 250px; }
