ul.pass_set{ height:30px; line-height:30px; margin-left:0px;}

ul.pass_set li {
	float: left;
	margin-top: 5px!important;
	text-align: center;
	width: 68px;
	border-right: 4px solid #fff;
	background: #ffd8b4;
	color: #fff;
	list-style-type: none;
	line-height:4px;
	height:4px;

}
ul.pass_set li#strength_L{
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

ul.pass_set li#strength_H{
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

ul.pass_set li#strength_M span,ul.pass_set li#strength_H span{ color:#999999;}


ul.pass_set li.none{ background:none !important; color:#666666;}
ul.pass_set li span{ position:relative; top:12px; color:#666666;}
