#news_popup, #cookie_popup {
	width: 370px;
	height: auto;
	z-index: 9000;
	background-color: #fff;
	opacity: 0.9; 
	filter: alpha(opacity=90); /* For IE8 and earlier */
	position: fixed;
	bottom: 20px;
	right: 20px;
	border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-box-shadow: 2px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 2px 5px 5px rgba(0,0,0,0.3);
	box-shadow: 2px 5px 5px rgba(0,0,0,0.3);
}

#cookie_popup {
	width: 100%;
	right: 0;
	float: left;
}

#news_popup img#news_close_button, #cookie_popup img#cookie_close_button {
	display: block;
	float: right;
	cursor: pointer;
	margin: 2px 2px 0 0;
}
#cookie_popup img#cookie_close_button {
	margin: 15px 20px 0 0;
}

#news_popup #news_content, #cookie_popup #popup_content {
	padding: 20px 0 0 0;
}
#cookie_popup #popup_content {
	float: left;
	width: 90%;
}

#news_popup #news_content h1 {
	color: #655238;
	text-shadow: none;
	font-size: 15px;
	font-weight: bold;
}

#news_popup #news_content a, #news_popup #news_content img, #cookie_popup a {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
}
#news_popup #news_content a {
	/*margin: 0 0 25px 0;*/
}

#news_popup #news_content p, #cookie_popup p {
	display: block;
	float: right;
	width: 300px;
	color: #9f9f9f;
	text-shadow: none;
	text-align: left;
	font-size: 12px;
	margin: 0 0 25px 0;
}
#cookie_popup p {
	width: 90%;
	text-align: center;
	margin: 0 20px 20px 20px;
}

#news_popup #news_content p a, #cookie_popup p a {
	color: #655238;
	text-decoration: underline;
	display: inline;
	float: none;
	font-size: 12px;
}




