
* html .block15  { /* ie6 hack */
     position: absolute;
     height: expression(document.body.clientHeight + 'px');
	 width: expression(document.body.clientWidth + 'px');
}

.block15 {
position: fixed;
display: block;
z-index: 99999;
 top:0;
 left:0;
  width:100%;
   height:100%;
    font-size: 12px;
    }
* html .block15 {
	top: expression( ( ignoreMe = document.body.scrollTop ) + 'px' );
}
.block15 .pngbg {
	z-index: 99999;
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(http://catalog.tut.by/js/png_70_black.png);
	text-align: center;
	color: #fff;
	overflow:auto;
	}
* html .block15 .pngbg{
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.gradient (startColorstr=#CC000000, endColorstr=#CC000000);
}

	#login-distance {
		width:1px;
		height:50%;
		margin-bottom:-130px;
		float:left;
		}

#login {
		position:relative;
		width:456px;
		height:365px;
		margin: 0 auto;
		text-align:left;
		clear: left;
		}
.login {
			width: 406px;
			height: 265px;
			padding: 10px 25px;
			background: #fff;
			font: normal 12px Arial, Helvetica, sans-serif;
			color: #000;
			}
			.close {
				float: right;
				border: 0;
				}
			div.login div.txt {
				float: left;
				width: 98px;
				height: 35px;
				margin: 0 0 12px 0;
				}
				div.login div.txt a{
					font: normal 9px Arial, Helvetica, sans-serif;
					color: #a3a3a3;
					}

			div.login div.form {
				float: left;
				width: 308px;
				height: 35px;
				margin: 0 0 12px 0;
				background: #fff;
				}
				div.login div.form input {
					width: 290px;
					margin: 4px 0 3px 8px;
					padding: 3px 0;
					background: #fff;
					border: 0;
					font: normal 13px Arial, Helvetica, sans-serif;
					}
			div.login div.but {
				float: left;
				width: 158px;
				height: 35px;
				margin: 8px 0 30px 98px;
				}
			div.login div.rec{
				float: left;
				width: 150px;
				height: 35px;
				margin: 8px 0 30px 0;
				text-align: right;
				}

