table#password_bar {
  width: 150px;
  border-collapse: collapse;
  margin-left: -10px;
}

.li_reg li {
	margin-left: 20px;
}
#password_bar #negative_bar {height: 10px;}
#password_bar.strength_0 #positive_bar {width: 0px;}
#password_bar.strength_1 #positive_bar {width: 20%; background: #a71528;}
#password_bar.strength_2 #positive_bar {width: 40%; background: #fec72d;}
#password_bar.strength_3 #positive_bar {width: 60%; background: #6b9fd6;}
#password_bar.strength_4 #positive_bar {width: 80%; background: #17d114;}
#password_bar.strength_5 #positive_bar {width: 100%; background: #038001;}

#password_bar #negative_bar {background: #ddd;}
#password_bar.strength_0 #negative_bar {width: 100%;}
#password_bar.strength_1 #negative_bar {width: 80%;}
#password_bar.strength_2 #negative_bar {width: 60%;}
#password_bar.strength_3 #negative_bar {width: 40%;}
#password_bar.strength_4 #negative_bar {width: 20%;}
#password_bar.strength_5 #negative_bar {width: 0px;}

#password_bar #password_strength_label {text-align: right;}
#password_bar.strength_0 #password_strength_label {color: #ddd;}
#password_bar.strength_1 #password_strength_label {color: #a71528;}
#password_bar.strength_2 #password_strength_label {color: #fec72d;}
#password_bar.strength_3 #password_strength_label {color: #6b9fd6;}
#password_bar.strength_4 #password_strength_label {color: #17d114;}
#password_bar.strength_5 #password_strength_label {color: #038001;}
.r_title {
	font-weight: bold;
	width: 300px;
}
.r_title2 {
	font-weight: bold;
	width: 300px;
	padding-bottom: 5px;
}
.r_title span {
	font-weight: normal;
	color: #808080;
	font-size: 10px;
}
.r_title2 span {
	font-weight: normal;
	color: #808080;
	font-size: 10px;
}
.reg_info p {
	font-size:10px;
	color: #808080;
	margin-left: 5px;
	margin-top: 5px;
	width: 160px;
}
.reg_info p strong {
	color: red;
	font-size: 10px;
}
.reg_info select {
	font-size: 12px;
}
.reg_info select,input {
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #C0C0C0;
	color: #969696;
}
.reg_info input[type="radio"] {
	margin: 0px 10px;
}
#reg_form tr td {
	padding-left: 10px;
}

.user_ustawienia select {
	width: 100px;
	margin-left: 5px;
	text-align: center;
}
