.tooltip2 {
	position: absolute;
	width: 240px;
	background-color: rgb(255, 255, 234);
	border: 1px solid black;
	padding: 2px;
	font-size: 12px;
	margin: 1em;
}

.tooltip2 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;
}

.tooltip2 p {
	padding: 2px;
	margin-top: 0.5em;
	line-height: 1.2em;
}

.tooltip2 a.close {
	/* Here for example only. Styles the Close link */
}

.tooltip {
	position: absolute;
	top: 50px;
	right: 20px;
	z-index: 1000;
	background-color: transparent;
	width: 259px;
	height: 127px;
	_width: 274px;
	_height: 184px;
	background: transparent url('/js/tooltip/tooltip.gif') no-repeat;
	border: none;
	text-align: left;
	top: 20px;
	right: 30px;
	padding: 50px 10px 7px 5px;
}

.tooltip .close {
/*	display: none; */
	position: absolute; 
	bottom: 7px;
	right: 10px;
	color: #3399FF;
}

