/*logowanie*/


.input{
	width:150px;
	position:absolute;
	right:0px;
	top:2px;
	font-size:11px;
}
.submit{
	cursor:pointer;
	font-size:11px;
}
.logowanie{
	width:200px;
	background:#ddd;
	padding:5px;
}
.logowanie div{
	display:block;
	position:relative;
	height:25px;
	overflow:hidden;
	text-align:left;
}
.temat{
	background:aqua;
}
.uzytkownik{
	background:blue;
}
.edytuj{
	background:yellow;	
}
.glowny{
	overflow:hidden;
	width:720px;
	margin:0px auto 0px auto;
}

.gra{
	width:700px;
	height:525px;
	display:block;
	float:left;
	position:relative;
}
.logowanie_box{
	float:left;
	width:375px;
	font-size:11px;
	font-family:Tahoma;
}
.opis_gry{
	position:absolute;
	background:#181005;
	color:#d5ba75;
	font-size:14px;
	text-align:center;
	
	padding:10px;
	width:200px;
	left:230px;
	top:100px;
}
.tabela{
	font-size:11px;
	font-family:tahoma;
}
.tabela td{padding:2px}
.td0{width:20px;}
.td1{width:200px;}
.td2{width:100px;}
.td3{width:20px;}
.naglowek_tr{
	background:gray;
	
}
.wyniki{
	display:block;
	height:178px;
	overflow:auto;
	border-bottom:solid 1px gray;
	margin-bottom:20px;
}
