/* KOMUNiKATY */
#msgbox { 
	z-index				: 190000;
	position			: absolute;
	background			: #000;
	width				: 100%;
	top					: 0px;
	left				: 0px;
}

#pwbox {
	overflow			: hidden;
	text-align			: center;
	border				: 3px solid #e43939;
	position			: fixed;
	z-index				: 190001;
	height				: 0px;
	background			: #fff;
	color				: #666666;
	width				: 300px;
	text-align			: left;
}

#pwbox img { 
	margin				: 10px;
	border				: 0px;
	float				: left;
}

#pwbox b {
	display				: block;
	margin-top			: 40px;
}