.tooltip_content {
	background-color: #ffe; 
	border: 1px solid #aaa;
	border-right: 1px solid #777;
	border-bottom: 1px solid #777;
	padding: 10px;
	cursor: pointer;
	width: 300px;
	height: 240px;
	overflow: auto;
	font: 10px verdana;
	z-index: 10000;
}

.tooltip_button {
	cursor: pointer;
	position: relative;
	z-index: 1;
}

.tooltip_close {
	position:absolute;
	bottom: 10px;
	right: 10px;
	text-decoration: underline;
	color: red;
}