
/*  ADVANCED STYLES */
.top_testresult{
	font-weight: bold;
	font-size:11px;
	font-family: arail,helvetica,san-serif;
	color:#000;
	padding:0;
	margin:0 0 0px 0;
}
.top_testresult span{
	padding:3px ;
	margin:0;
}
.top_shortPass{
	background:#edabab;
	border:1px solid #bc0000;
}
.top_shortPass span{
	
}
.top_badPass{
	background:#edabab;
	border:1px solid #bc0000;
}
.top_badPass span{
	
}
.top_goodPass{
	background:#ede3ab;
	border:1px solid #bc9f00;
}
.top_goodPass span{

}
.top_strongPass{
	background:#d3edab;
	border:1px solid #73bc00;
}
.top_strongPass span{

}


/* 	RESULT STYLE  */
.testresult{
	font-weight: bold;
	font-size:11px;
	font-family: arial,helvetica,san-serif;
	color:#000;
	padding:3px;
}
.testresult span{
	padding:3px;
	margin: 0px;
	white-space: nowrap;
}
.shortPass{
	background:url(/gfx/jquery-password-images/red.png) no-repeat 0 0;
}
.shortPass span{
	background:url(/gfx/jquery-password-images/red.png) no-repeat top right;
}
.badPass{
	background:url(/gfx/jquery-password-images/red.png) no-repeat 0 0;
}
.badPass span{
	background:url(/gfx/jquery-password-images/red.png) no-repeat top right;
}
.goodPass{
	background:url(/gfx/jquery-password-images/yellow.png) no-repeat 0 0;
}
.goodPass span{
	background:url(/gfx/jquery-password-images/yellow.png) no-repeat top right;
}
.strongPass{
	background:url(/gfx/jquery-password-images/green.png) no-repeat 0 0;
}
.strongPass span{
	background:url(/gfx/jquery-password-images/green.png) no-repeat top right;
}
