/* the overlayed element */
.lgi_overlay {
	
	/* initially overlay is hidden */
	display:none;
	
	/* growing background image */
	background-image:url(../grafika/white.png);
	
	/* 
		width after the growing animation finishes
		height is automatically calculated
	*/
	width:387px;		
	
	/* some padding to layout nested elements nicely  */
	padding:0px;

	/* a little styling */	
	font-size:11px;
}

/* default close button positioned on upper right corner */
.lgi_overlay div.close {
	background-image:url(../grafika/x.gif); 
	position:absolute; right:13px; top:17px;
	cursor:pointer;
	
	width:23px;
	height:21px;
}

.lgi_overlay div.close:hover {
	background-image:url(../grafika/xOver.gif);
}

#login_container{
	padding:50px 50px 0px 50px;
	margin:0px;
	}


#overlay { 
    background-image:url(../grafika/logowanie.jpg); 
    color:#efefef; 
    height:450px; 
} 
 
/* container for external content. uses vertical scrollbar, if needed */ 
.contentWrap { 
    height:441px; 
    overflow-y:auto; 
}


input.txt{
	background:#000000;
	border: solid 1px;
	border-color:#666;
	width: 200px;
	color:#fff;
}

button{
	outline:none;	
	cursor: pointer;
}

button.loginButt {
	outline:none;
	background:url(../grafika/loguj.jpg); 
	border: none;	
	width: 66px;
	height: 23px;
}




button.regButt {
	background-image:url(../grafika/loguj.gif); 
	border: none;	
	width: 66px;
	height: 23px;
}



.logowanie td{
	height:30px;	
	text-align:left;
	color:#171717;	
}

.logowanie h2{
	color:#171717;
	}

#wynik{
	margin:0px;
	padding:0px;
	color:#ff1717;
	font-weight:700;
}


#fb{
	background: url(http://www.taern.pl/grafika/fb_connect.png); 
	width:74px;
	height:25px;
	border:none;
	margin-left:2px;
}


