div.popup {
	display: none;
	position: absolute;
	background-color: #ffffcc;
	border: 1px solid #b0c4de;
	z-index: 500;
}
div.popup div.title {
	text-align: right;
	width: 350px;
	padding: 1px 5px;
	font-size: 12pt;
	font-weight: bold;
}
div.popup div.title a.close {
	border: 1px solid #ffffcc;
	text-decoration: none;
}
div.popup div.title a.close:hover {
	border: 1px solid #b0c4de
}
div.popup div.title a.closeImage {
	display: block;
	width: 16px;
	height: 16px;
	margin-left: auto;
	margin-right: 0px;
	border: 0px;
	background: url("../images/popup_close_off.gif") no-repeat;
	text-decoration: none;
}
div.popup div.title a.closeImage:hover {
	background: url("../images/popup_close_on.gif") no-repeat;
}
div.popup div.content {
	margin: 0px;
	padding: 5px;
	width: 350px;
	height: auto;
	overflow: auto;
	text-align: left;
}