#unicode-closebox {
	background: transparent;
	color: black;
	display: block;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
}

#unicode-popup {
	background: #CCCCFF;
	border: 1px solid black;
	color: blue;
	font-family: "lucida sans unicode", "arial";
	padding: 5px;
	text-align: left;
}

#unicode-popup h1 {
	background: blue;
	color: white;
	font-size: 12pt;
	text-align: center;
	width: 100%;
}

#unicode-popup h2 {
	font-size: 10pt;
	text-align: center;
	width: 100%;
}

#unicode-popup h3 {
	font-size: 9pt;
	text-align: center;
	width: 100%;
}

.unicode-unichar {
	font-family: 'Arial Unicode MS';
	color: inherit;
	font-size: 12pt;
	font-weight: bold;
	padding:8px;
	float:left;
	height: 1em;
	width: 1em;
}


