#PMB_overlay{
	position: fixed;
	z-index: 100 !important;
	top: 0px;
	left: 0px;
	
	height:100%;
	width:100%;
}

#PMB_shadowMargin{
	background: transparent; /* url(../../images/pohja.png);*/
	
	width: 415px;
	height: 365px;

	margin-top: 80px;
	margin-left: auto;
	margin-right: auto;
}

/*
#top-corner{
	background: transparent url(../../images/ylakulma.png) no-repeat top right;
	height: 15px;
}

#bottom-corner{
	background: transparent url(../../images/alakulma.png) no-repeat bottom left;
	height: 15px;
}
*/

#PMB_messagebox{
	width: 400px;
	height: 350px;
	
	background: white;
	border: 2px solid #2F5A8B; /*#C9C8DF;*/
}

#PMB_message{
	margin: 10px;
}

#close{
	border-bottom: 1px solid #C9C8DF;
	text-align: right;
}

#close-txt{
	margin-right: 10px;
	margin-top: 1px;
	margin-bottom: 1px;
}

#close-txt a{
	color: #F30210;
	font-weight: bold;
	text-decoration: none;
}