/*  ADVANCED STYLES */
.top_testresult{
	color:#666;
	font-size:10px;
	left:0;
	position:absolute;
	text-align:center;
	top:28px;
	width:260px;
}
.top_testresult span{
	padding:0 10px;
}
.top_shortPass{
	background:#edabab;
	border:1px solid #bc0000;
}
.top_badPass{
	background:#edabab;
	border:1px solid #bc0000;
}
.top_goodPass{
	background-color:#EDE3AB;
	border:1px solid #BC9F00;
}
.top_strongPass{
	background:#d3edab;
	border:1px solid #73bc00;
}