.popup
{
	max-width: 600px;
	border: 0;
	padding: 5px;
	background-color: orange;
	color: white;
	/* The following properties should not be changed */
	position: absolute;
}
