div.popup {
	position:absolute;  
	z-index:1;
	visibility:hidden;
	left: 50px;
	top: 200px;
	border: 2px solid #000000;
	border-right: 2px solid #878787;
	border-bottom: 2px solid #878787;
	background-color: #d0cfca;
	width: 400px;
	margin: 0;
	padding: .2em 1em 1em 1em;
	font-family : verdana, arial, sans-serif;
	font-size : 12px;
	font-weight : normal;
	color : #000000;
	}
div.popup h1 {
	font-family : verdana, arial, sans-serif;
	font-size : 12px;
	background-color: #29568f;
	color:#ffffff;
	font-weight: bold;
	margin: 0 -1em 1em -1em;
	padding: 3px;
	border-bottom: 1px solid #000000;
	text-align:left;
	}
	
div.popup h1 a {
	display: block;
	margin: 0;
	
	padding: 0;
	width: 14px;
	height: 14px;
	float: right;
	border: 1px solid #29568f;
	text-decoration: none;
	font-family : verdana, arial, sans-serif;
	font-size : 12px;
	background:transparent;
	color:#ffffff;
	font-weight: bold;
	text-align: center;
	}
	
div.popup h1 a:hover {
	border: 1px solid #000000;
	border-top:  1px solid #D5D8DC;
	border-left:  1px solid #D5D8DC;
}	
</style>