div.popup {
	background: white;
	border: 2px solid #638AC6;
	border-radius: 10px; /* CSS3 rounded corners */
	-moz-border-radius: 10px; /* Mozilla rounded corners */
	color: #fff;
	padding: 1em;
	width: 220px;
	position: absolute;
	z-index: 11;
}

.close {
	font-size: 80%;
	text-align: right;
}

div.popup p {
	margin: 0;
	margin-bottom: 0.5em;
}

div.popup p.close {
	margin: 0;
}