
p, ol {
	font-size: 0.8em;
}

#popup {
	background: #222222;
	border: 0px solid #ccc;
	color: #f60;
	width: 500px;
	height:75px;
	padding: 0px;
	position:relative;
	top: 25px;
	left: 0px;
}


#popup h1 {
	font-size: 1.1em;
}


#popup a {
	text-decoration: none;
	font-weight: bold;
	color: #666;
	width: 9px;
	top: 0px;
	left: 0px;
	vertical-align:top;
}


