#mouseOverContainer {
	margin-top: 1em;
	border: 1px solid black;
	background-color: white;
	z-index: 1000;
}

#mouseOverContainer .title {
	padding: 2px;
	font-weight: bold;
	font-size: smaller;
	background-color: #faa060;
	border-left: 1px solid lightgray;
	border-top: 1px solid lightgray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}

#mouseOverContainer .title .close {
	font-family: sans-serif;
	position: absolute;
	top: 2px;
	right: 2px;
	cursor: pointer;
	background-color: #EEEEEE;
	border-left: 1px solid lightgray;
	border-top: 1px solid lightgray;
	border-right: 1px solid gray;
	border-bottom: 1px solid gray;
}