.top_testresult{
	font-weight: bold;
	font:0.7em segoe ui,Arial;
	color:#666;
	padding:0;
	margin:0 0 2px 0;
}
.top_testresult span{
	padding:6px ;
	margin:0;
}
.top_shortPass{
	display:block;
}
.top_shortPass span{
	
}
.top_badPass{
	display:block;
}
.top_badPass span{
	
}
.top_goodPass{
	display:block;
}
.top_goodPass span{

}
.top_strongPass{
	display:block;
}
.top_strongPass span{

}


/* 	RESULT STYLE  */
.testresult{
	font:0.7em segoe ui,Arial;
	padding:0px 0px 2px 10px;
	margin-left:10px;
	display: block;
	height:22px;
	float:right;
}
.testresult span{
	display:block;
	padding:3px 20px 2px 6px;
	margin: 0px 0px 0px 10px;
	display:block;
	float:right;
	white-space: nowrap;
}
.shortPass{
/*	background:url(http://88.248.110.4/images/passstrong/red.png) no-repeat 0 0;*/
}
.shortPass span{
/*	background:url(http://88.248.110.4/images/passstrong/red.png) no-repeat top right;*/
	font:0.7em segoe ui,Arial;
	color:#E34585;
}
.badPass{
/*	background:url(http://88.248.110.4/images/passstrong/red.png) no-repeat 0 0;*/
}
.badPass span{
/*	background:url(http://88.248.110.4/images/passstrong/red.png) no-repeat top right;*/
	font:0.7em segoe ui,Arial;
	color:#E34585;
}
.goodPass{
/*	background:url(http://88.248.110.4/images/passstrong/yellow.png) no-repeat 0 0;*/
}
.goodPass span{
/*	background:url(http://88.248.110.4/images/passstrong/yellow.png) no-repeat top right;*/
	font:0.7em segoe ui,Arial;
	color:#E34585;
}
.strongPass{
/*	background:url(http://88.248.110.4/images/passstrong/green.png) no-repeat 0 0;*/
}
.strongPass span{
/*	background:url(http://88.248.110.4/images/passstrong/green.png) no-repeat top right;*/
	font:0.7em segoe ui,Arial;
	color:#E34585;
}

