@charset "utf-8";
/* CSS Document */
.strength_meter{
	height:23px;
	width: 100%;
	xbackground:silver;	
	margin-bottom: 10px
}
.button_strength {
	font-size:12px;
	float:left;
	margin-top:4px;
}
.strength_meter div{
	font-size:12px;
	float:right;
	height:23px;
	width:130px;
	height:23px;
	text-align:center;
	color:white;
	font-weight:bold;
	line-height:23px;
}
.veryweak{
	background-color: red;
	border-color: #F04040!important;
	margin-bottom: 10px
}
.weak{
	background-color: red;
	border-color: #FF853C!important;
	margin-bottom: 10px
}
.medium{
	background-color: red;
	border-color: #FC0!important;
	margin-bottom: 10px
}
.strong{
	background-color: red;
	border-color: #8DFF1C!important;
	margin-bottom: 10px
}