div#wrapper section#main .overlay {
	background: transparent url(../images/overlay.png) center top no-repeat;
	color: #e7eaf3;
	display: none;
	padding: 35px;
	width: 820px;
}

	div#wrapper section#main .overlay .close {
		background: transparent url(../images/close.png) center center no-repeat;
		cursor: pointer;
		height: 35px;
		position: absolute;
		right: 5px;
		top: 5px;
		width: 35px;
	}

	div#wrapper section#main .overlay iframe {
		margin: 0;
	}

.tooltip {	
	background: #e7eaf3;
	border: 1px solid #33435a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	color: #0d5f89;
	display: none;
	font-size: 10px;
	font-weight: bold;
	opacity: 0.9;
	padding: 0 10px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	z-index: 4;
}