/*
select
{
	position : relative;
	z-index : 1 !important;
}

#flyBox
{
	position: absolute;
	left: 0;
	top: 0;
	_top: expression( ( ignoreMe = document.body.scrollTop ) + 'px' );
	_left: expression( ( ignoreMe = document.body.scrollLeft ) + 'px' );
	width: 100%;
	height: 100%;
	display : block;
	_height: expression( document.body.clientHeight + 'px' );
	background : url( 'przezr.png' );
	_background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='css/przezr.png');
	color: #000000;
	z-index: 9999;
	padding: 0;
	margin: 0;
	display : table;
}


#flyBoxForm
{
	width : 503px;
	height : 301px;
	position:absolute;
  margin-left:-252px;
  margin-top:-150px;
  left:50%;
  top:50%;
}

#form 
{
	padding-top : 30px;
	padding-bottom : 15px;
	background-color : #f5fafc;
}

#form table
{
	margin : 0px auto;
}

#form td
{
	vertical-align : top;
}

#form input.txt
{
	width : 290px;
}

#form div.buttons
{
	letter-spacing : 10px;
	padding : 15px;
	text-align : center;
}
*/
