.content h2 {
	font-size: 22px;
	color: #313131;
	margin: 0 0 15px 0;
}
.tooltip_top {
	background: transparent url(../_images/tooltip_top.png) no-repeat left top;
	display: block;
	height: 16px;
	width: 500px;
}
.tooltip { 
	width: 476px;
	background: #98b7d1;
	border: 2px solid #485763;
	border-top: none;
	margin: 0 0 30px 0;
	padding: 10px;
}

