#pop_win
{
	width: 430px;
	height: 330px;
	overflow: auto;
	display: none;
	position: absolute;
	left: 40%;
	top: 290px;
	background-image: url('../layout_images/okno_ogloszenie.png')
	/* opacity: 0.8; */
	/* filter:alpha(opacity=80); */
}

#close_action
{
	margin-top: 20px;
	margin-right: 15px;
	font-weight: bold;
	text-align: right;
	font-size: 9px;
	color: black;
}

#top_frame
{
	padding: 5px 15px 15px 15px;
}

#pop_content
{
	width: 60%;
	margin-top: 70px;
	margin-left: 35px;
	color: #90324b;
	font-weight: bold;
	font-size: 15px;
	font-family: Arial,DejaVu,sans-serif;
}

