body{
	padding:0px;
	margin:0px;
	font-family:Calibri;
	background:#000000;
	text-align:center;
}

h1
{
	text-align:center;
	margin-left:0px;
	margin-right:0px;
	color:#666666;

	font-size:12px;

}

#container { 
	margin:20px auto; width:980px; text-align:center; 
}

#overBox{
	display:block;
	position:absolute;left:50%;top:49%;
	z-index:10;width:600px;height:300px;
	visibility:hidden;
	color:#ffffff;
	margin-left: -300px;
	margin-top:-250px;
	padding:10px;
	
}

.regText{
	font-size:14px;
}

#loginBox{
	float:left;
	display:inline;
	width:280px;
	height:290px;	
	visibility:hidden;
	padding:20px;
}

#registerBox{
	padding:20px;
	float:left;
	display:inline;
	width:220px;
	height:290px;	
	visibility:hidden;
}


a{
	text-decoration:none;
	color:#239afc;
}
a:hover{
	color:#04feff;
}

input.txt{
	background:#000000;
	border: solid 1px;
	border-color:#666;
	width: 150px;
	color:#fff;
}

.bdate{
	background:#000000;
	border: solid 1px;
	border-color:#666;
	color:#fff;
	margin-right:1px;
}

button{
	outline:none;	
	cursor: pointer;
}


.logowanie td{
	height:30px;	
	text-align:left;
}


#wynik{
	margin:0px;
	padding:0px;
	color:#ff1717;
	font-weight:700;
}
#wynikReg{
	margin:0px;
	padding:0px;
	color:#ff1717;
	font-weight:700;
}


#fb{
	background: url(../grafika/fb_connect.png); 
	width:74px;
	height:25px;
	border:none;
	margin-left:2px;
}

#fbReg{
	background: url(../grafika/fb_connect.png); 
	width:74px;
	height:25px;
	border:none;
	margin-left:2px;
}

#fb_like_box {
	position: fixed;
	right: -237px;
	top: 200px;

	z-index: 15;
	padding:0;
	margin:0;
	float:right;
	display:block;
	width:270px;
	height:290px;
}

#fb_like_box .icon {
	width: 33px;
	height: 82px;
	float: left;
	background: url(../grafika/fb_like_box.png) center no-repeat;
}

.fb_iframe_widget {
	background: #fff;
}

#stopka{
	
	font-size:11px;	
	display:block;
	position:absolute; position:absolute;left:50%;top:100%;
	width:300px;
	z-index:10;	
	border-top:none;
	color:#ffffff;
	margin-left: -150px;
	margin-top:-50px;	
	background-color:transparent;
}

#stopka a{
	color:#1288eb;
}	
#stopka a:hover{
	color:#04feff;
}

a img{
	border:0;
}
	
	