#pw_reset .control-label {
	color: #4F3634;
	font-weight: bold;
	font-size: 12px;
}

#pwsm {
	margin-top: 2px;
	margin-left: 0;
	line-height: 0;
	margin-bottom: 0;
}
#pws_meter {
	display: inline;
	padding:0;
	list-style: none;
	list-style-type: none;
}
#pws_meter > li {
	display:inline-block;
	font-size: 10px;
	font-weight: bold;
	xcursor: pointer;
	xfloat:left;

	/* ie 6 and 7 */
	zoom: 1;
	*display: inline;
	_height: 16px;
}

.ie #pws_meter > li {
	float: left;
}
#pwslabel {
	color: #222;
	margin-left: 5px;
}
#pwswhat {
	margin-left: 5px;
	font-weight:normal;
	color: #4F3634;
}

.pws {
	height: 5px;
	background:#eee;
	border:1px solid #ddd;
	width: 37px;
	margin-left: 1px;
	border-radius:2px;
}

.pw_hint {
	color: #8E8281;
	font-size: 10px;
	width: 115px;
	font-weight: normal;
	padding-left: 2px;
}
.pw_hint_label_small {
	color: #9F978A;
	font-size: 9px;
	margin-top: 1px;
	text-align: center;
	clear:both;
}
.pw_hint.well {
	width: 230px;
	padding: 10px 19px 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#pwsm.pw_hint {
	width: 120px;
	padding-left:0;
}


#pwsm.score0 .pws { }
#pwsm.score1 #pws1
{background: #F1DD8E; border-color: #DAC262; }
#pwsm.score2 #pws1,
#pwsm.score2 #pws2
{background: #DDE494; border-color: #C2C69A; }
#pwsm.score3 #pws1,
#pwsm.score3 #pws2,
#pwsm.score3 #pws3
{background: #96D357; border-color: #8AA96A; }

/*
#pwsm.score1 #pws1
	{background: #EA8F8F; border-color: #b88; }
#pwsm.score2 #pws1,
#pwsm.score2 #pws2
	{background: #F1BF8E; border-color: #D7AB80; }
#pwsm.score3 #pws1,
#pwsm.score3 #pws2,
#pwsm.score3 #pws3
	{background: #F1DD8E; border-color: #DAC262; }
#pwsm.score4 #pws1,
#pwsm.score4 #pws2,
#pwsm.score4 #pws3,
#pwsm.score4 #pws4
	{background: #DDE494; border-color: #C2C69A; }
#pwsm.score5 #pws1,
#pwsm.score5 #pws2,
#pwsm.score5 #pws3,
#pwsm.score5 #pws4,
#pwsm.score5 #pws5
{background: #96D357; border-color: #8AA96A; }
*/