/*  ADVANCED STYLES */
.top_testresult{
	font-weight: bold;
	font-size:13px;
	font-family: arial,helvetica,san-serif;
	color:#000000;
	padding:0;
	margin:0 0 2px 0;

}
.top_testresult span{
	padding:6px ;
	margin:0;
	margin-left:150px;	
	position:absolute;
}
.top_shortPass{
	background:#edabab;
	border:1px solid #bc0000;
	display:block;

}
.top_shortPass span{
	
}
.top_badPass{
	background:#edabab;
	border:1px solid #bc0000;
	display:block;
}
.top_badPass span{
	
}
.top_goodPass{
	background:#ede3ab;
	border:1px solid #bc9f00;
	display:block;
}
.top_goodPass span{

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

}


/* 	RESULT STYLE  */
.testresult{
	font-weight: bold;
	font-size:13px;
	font-family: arial,helvetica,san-serif;
}
.testresult span{
	padding:0;
	padding-right:5px;
	margin: 0;
	margin-top:1px;
	margin-left:13px;
	position:absolute;	
	width:110px;
	height:22px;
	text-align:right;
	color:#191919;
	line-height:22px;
}
.shortPass{
	background:url(../img/password/password/red.png) no-repeat 0 0;
}
.shortPass span{
	background:url(../img/password/red.png) no-repeat top right;
}
.badPass{
	background:url(../img/password/red.png) no-repeat 0 0;
}
.badPass span{
	background:url(../img/password/red.png) no-repeat top right;
}
.goodPass{
	background:url(../img/password/yellow.png) no-repeat 0 0;
}
.goodPass span{
	background:url(../img/password/yellow.png) no-repeat top right;
}
.strongPass{
	background:url(../img/password/green.png) no-repeat 0 0;
}
.strongPass span{
	background:url(../img/password/green.png) no-repeat top right;
}

