#popup_newsletter {
	display: none;
	width: 400px;
	position: absolute;
	top: 300px;
	left: 0px;
	border: 3px solid #000;
	padding: 20px;
	background-color: #fff;
	font-family: Arial;
	font-size: 12px;
	color: #000;
	text-align: left;
	z-index: 1;
}
#popup_newsletter p{
	margin: 5px 0 5px 0;
}
#popup_newsletter ul {
	list-style: circle;
	margin-left: 5px;
}
#popup_newsletter strong {
	font-weight: bold;
}
#popup_newsletter h1 {
	font-weight: bold;
	font-size: 18px;
	color: #71B838;
}