.popup_viesti {
	position: absolute;
	z-index: 100;
	width: 300px;
	left: 36%;
	top: 33%;
	
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 18px;
	color: #009b15;
	background-image: url('../images/popup_viesti_huomio.gif');
	background-repeat: no-repeat;
	padding: 42px 12px 0px 12px;
	background-color: #ffffff;
	border: 4px solid #ffc000;
	
	filter:alpha(opacity=92);
	-moz-opacity: 0.92;
	opacity: 0.92;	
}

.popup_footerteksti {
	font-size: 9px;
	color: #c0c0c0;
	padding: 7px 8px;
}