
#outhead { color: white; }
.popup 
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 350px;
	background-color: #f77;
	color: white;
	padding: 10px;
	font-family: "Lucida Grande", "DejaVu Sans", "Verdana", sans-serif;
	font-size: 14px;
	border: solid 1px #000000;
};

