body { 
	margin: 0;
	padding: 0;
}

#popup {
	z-index: 1;
	position: absolute;
	width: 420px;
	height: 350px;
	padding: 0px;
	border: 1px solid black;
	background: url('../img/popup_420x350.png') no-repeat left bottom;
	display: none;
}
        	
.popup_teksti b {
 	text-decoration: bold;
  	font-family: Arial, Sans-Serif;
  	font-size:  12px;
  	color:  white;
  	cursor:  default;	
}

	
.popup_teksti {
 	text-decoration: none;
  	font-family: Arial, Sans-Serif;
  	font-size:  11px;
  	color:  #dae6ed;
  	cursor:  default;
}
