/*  ADVANCED STYLES */
.top_testresult{
	font-weight: bold;
	font-size:13px;
	font-family: arail,helvetica,san-serif;
	color:#444;
	padding:0;
	margin:0 0 2px 0;
	width:213px;
	left:130px;
	position:relative;
}
.top_testresult span{
	//padding:6px ;
	margin:0;
}
.top_shortPass{
	background:#edabab;
	border:1px solid #c6c6c6;
	display:block;
	width:213px;
	left:130px;
	position:relative;
}
.top_shortPass span{
}
.top_badPass{
	background:#edabab;
	border:1px solid #c6c6c6;
	display:block;
	width:213px;
	left:130px;
	position:relative;
}
.top_badPass span{
}
.top_goodPass{
	background:#ede3ab;
	border:1px solid #c6c6c6;
	display:block;
	width:213px;
	left:130px;
	position:relative;
}
.top_goodPass span{
}
.top_strongPass{
	background:#d3edab;
	border:1px solid #c6c6c6;
	display:block;
	width:213px;
	left:130px;
	position:relative;
}
.top_strongPass span{
}


/* 	RESULT STYLE  */
.testresult{
	font-weight: bold;
	font-size:13px;
	font-family: arial,helvetica,san-serif;
	color:#444;
	padding:0px 0px 12px 10px;
	margin-left:10px;
	display: block;
	height:28px;
	float:left;
	width:213px;
	left:130px;
	position:relative;
}
.testresult span{
	padding:10px 0px 12px 0px;
	margin: 0px 0px 0px 20px;
	display:block;
	float:right;
	white-space: nowrap;
}
.shortPass{
	background:url(images/red.png) no-repeat 0 0;
	width:213px;
	left:130px;
	position:relative;
}
.shortPass span{
	background:url(images/red.png) no-repeat top right;
}
.badPass{
	background:url(images/red.png) no-repeat 0 0;
	width:213px;
	left:130px;
	position:relative;
}
.badPass span{
	background:url(images/red.png) no-repeat top right;
}
.goodPass{
	background:url(images/yellow.png) no-repeat 0 0;
	width:213px;
	left:130px;
	position:relative;
}
.goodPass span{
	background:url(images/yellow.png) no-repeat top right;
}
.strongPass{
	background:url(images/green.png) no-repeat 0 0;
	width:213px;
	left:130px;
	position:relative;
}
.strongPass span{
	background:url(images/green.png) no-repeat top right;
}
