.popup {
	position: absolute;
	visibility: hidden;
	background-color: white;
	border: 2px outset #CCCCCC;
	z-index: 99;
}
.popup .name {
	width: 100%;
	height: 18px;
	padding-top: 2px;
	background-color: #3D5A96;
	color: white;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
}
.popup .close {
	float: right;
	background-color: red;
	text-align: center;
	width: 15px;
	cursor: pointer;
	margin-right: 1px;
	margin-bottom: 1px;
	font-size: 13px;
	border: 1px outset red;
}
.popup .text {
	margin: 1px;
	background: white;
}