div.popup {
	position: absolute;
	z-index: 1000;
	width: 310px;
	height: 10px;
	background-color: #eeeeee; 
	color: #999999;
	border: 1px solid #999999; 
	font-family: Verdana, sans-serif; 
	font-size: 10pt;
}

div.titlebar {
	height: 18px; 
	width: 310px; 
	border-bottom: 1px solid #999999; 
	cursor: move;
}

div.titletext {
	position: absolute; 
	top: 0px; 
	left: 5px; 
	font-weight: bold; 
}

div.closebutton {
	position: absolute; 
	top: 0px; 
	left: 295px; 
	float: right; 
	text-decoration: underline;
	cursor: pointer;
}

div.popupcontent {
 	margin: 0px;
 	padding: 0px; 
}



