#passCheckresultBar{
	height:10px;
	margin-bottom: 0px;
}
#passCheckresult{
	font-size:12px;
}
#passCheckresult.short{
	font-weight:bold;
	color:#FF0000;
}
#passCheckresult.weak{
	font-weight:bold;
	color:#2D98F3;

}
#passCheckresult.good{
	font-weight:bold;
	color:orange;

}
#passCheckresult.strong{
	font-weight:bold;
	color: limegreen;
}