/* tabele */

table {
	border-collapse: collapse;
	font-size: 11px;
	width: 700px;
	border: 1px solid #DECC9E;
	float: left;
	text-align: right;
}

table td{
	padding: 5px;
	border-bottom: 1px solid #DADADA;
	color: #301F03;
}

table tr.p {background-color: #FBF4E2;}
table tr.n {background-color: #FFFAEC;}
table th {background: #E5D5B3; color: #7E571E; padding: 5px; }

.la {text-align: left;}
.ca {text-align: center;}
.ra {text-align: right;}



/* formularze */
/*
#top form {
	margin: 0px;
	width:260px;
	height:30px;
	padding: 10px 0px 0px 0px;
	float: right;
}

#top input{
	width: 160px;
	height: 18px;
	border: 1px solid #B5B5B5;
	margin: 0px 5px 0px 0px;
	padding: 3px 0px 0px 5px;
	font-size:11px;
	float: left;
	color: #707070;
	
}


#top .button{
	width: 80px;
	height: 26px;
	background: url(gfx/button.gif) repeat-x; 
	padding:0px 10px 3px 10px;
	border:0px;
	margin: 0px; 
	color: #ffffff;
}
*/

#zakladaniekonta table{
	border:0px;
}

#zakladaniekonta td{
	border:0px;
}

#zakladaniekonta form {
	padding: 10px 0px 10px 0px;
}

#zakladaniekonta input{
	border: 1px solid #B5B5B5;
	margin: 0px 5px 0px 0px;
	padding: 3px;
	font-size:11px;
	float: left;
	color: #707070;
	
}


#zakladaniekonta .button{
	width: 80px;
	height: 26px;
	background: url(gfx/button.gif) repeat-x; 
	padding:0px 10px 3px 10px;
	border:0px;
	margin: 0px; 
	color: #ffffff;
}


.pocztafrm{
	
	text-align:right;
}

#pocztainput{
	width:110px;
	margin:5px;
	border: 1px solid #B5B5B5;
	padding:1px;
}

#pocztasubmit{
	width:70px;
	border: 1px solid #B5B5B5;
	font-weight:bold;
	margin: 0px; 
	color: #ffffff;
	margin:5px;
	padding:1px;
	
}

.password_strength {
	padding: 0 5px;
	display: inline-block;
	}
.password_strength_1 {
	background-color: #fcb6b1;
	}
.password_strength_2 {
	background-color: #fccab1;
	}
.password_strength_3 {
	background-color: #fcfbb1;
	}
.password_strength_4 {
	background-color: #dafcb1;
	}
.password_strength_5 {
	background-color: #bcfcb1;
	}

