
#kontakt_form_box
{
	width: 600px;
	height: 400px;
	/*background: #FFF;
	border: red dotted 5px;*/
	text-align: center;
	position: absolute;
	margin-left: -300px;
	margin-top: -200px;
	left: 50%;
	top: 50%;
	z-index: 20;
	display: none;
}

#screen
{
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
}