#popup {
	font-size: 12pt;
	background: #e7e7e7;
	border: 3px solid #f00;
	color: #00f;
	width: 450px;
	padding: 15px;
	position: absolute;
	top: 50px;
	left: 50px;
}


#popup h1 {
	font-size: 1.1em;
}

#popup a {
	font-weight: bold;
	color: #f00;
}

#close a {
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	color: #f66;
	border: 2px solid #f66;
	padding: 2px 4px 2px 4px;
	position: absolute;
	top: 5px;
	left: 5px;
}

