body { 
	margin:0; padding:0; 
	font-size:10pt;
	font-family:Helvetica, Arial, sans-serif;
}
div#naglowek{
	width:100%;
	height:130px;
	background:#999 url('../img/header.gif') repeat-x;
	position:relative;
}
div#footer{
	width:100%;
	height:3px;
	background:#999 url('../img/header.gif') repeat-x;
	background-position: bottom; 
	position:absolute;
	bottom:13px;
}
div#footer2{
	width:100%;
	height:13px;
	background-color:#2D2E2E;
	position:absolute;
	bottom:0px;
}
div#naglowek img{
	display:block;
	position:relative;
	margin:0px auto;
	top:20px;
	left:300px;


}
div#bcgr{
 	width:400px;
	height:270px;
	background: url('../img/bckgr_log.png') no-repeat;

	margin:30px auto 0px auto;
	padding-top:10px;
	

}
div#form{
	width:162px;
	height:130px;
  border:1px #f1f1f1 solid;
	padding:0px;
	margin:50px auto 0px auto;
	
}

div.log{ 
	width:40px;
	margin:0px 5px 0px 5px;
 clear:both;
}
div.log span{
  margin-top:6px;
	width:60px;
	height:18px;
	display:block;
	float:left;

} 
div.log input{
	display:block;
	float:left;

}
div.clr{
 clear:both;
 }

input.btn{
	float:right;
	margin:12px 18px 0px 0px;
  border: 1px #535455 solid;
	background-color: #323333;
	cursor: pointer; 
	color:#fff;
	font-weight:bold;
	font-size:0.9em;
	height:18px;


}
