

.tooltip {
	position: absolute;
	width: 198px;
	background-color: rgb(255, 255, 234);
	border: 1px solid black;
	padding: 2px;
	font-size: 12px;
}

.tooltip h1 {
	height: auto;
	margin-top: 0px;
	margin-left: 0px;
	background-color: rgb(106,106,106);
	color: white;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
}

.tooltip p {
	padding: 2px;
	margin-top: 0.5em;
	line-height: 1.2em;
}

.tooltip a.close {
	/* Here for example only. Styles the Close link */
}

.netflix {
	position: absolute;
	left:-500px;
	margin-top: -330px;
	margin-left: -450px;
	z-index: 1000;
	background-color: transparent;
	width: 198px;
	height: 258px;
	background-image: url(../images/bubble.png);
	background-repeat: no-repeat;
	border: none;
}

.netflix h1 {
width:140px;
	margin-left:37px;
	margin-top: 17px;
	background-color: transparent;
	color:#003366;
	font-size:13px;
	letter-spacing:-1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}

.netflix p {
display:block;
	font-size: 10px;
	width: 140px;
	margin-left:37px;
}

.netflix .close {
	display: none;
}
