td label{
	font-size:14px;
	font-weight:bold;
	color:#666;
	font-family: Helvetica, Verdana, Arial, sans-serif, Lucida Grande, Lucida Sans;
}
input .passwordadv{
	height:28px;
	width:200px;
	border:1px solid #ccc;
	font-size:16px;
	font-weight: bold;
	color:#666;
	padding:7px 0 0 4px;
}

/*  ADVANCED STYLES */
.top_testresult{
	font-weight: bold;
	font-size:13px;
	font-family: Helvetica, Verdana, Arial, sans-serif, Lucida Grande, Lucida Sans;
	color:#666;
	padding:0;
	margin:0 0 2px 0;
}
.top_testresult span{
	padding:6px ;
	margin:0;
}
.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:11px;
	font-family: Helvetica, Verdana, Arial, sans-serif, Lucida Grande, Lucida Sans;
	color:#666;
	padding:0px 0px 0px 13px;
	margin-left:1px;
	display: block;
	height:25px;
	float:left;
}
.testresult span{
	padding:5px 6px 4px 0;
	margin: 0px 0px 0px 13px;
	display:block;
	float:right;
	white-space: nowrap;
}
.shortPass{
	background:url(../images/red.png) no-repeat 0 0;
}
.shortPass span{
	background:url(../images/red.png) no-repeat top right;
}
.badPass{
	background:url(../images/red.png) no-repeat 0 0;
}
.badPass span{
	background:url(../images/red.png) no-repeat top right;
}
.goodPass{
	background:url(../images/yellow.png) no-repeat 0 0;
}
.goodPass span{
	background:url(../images/yellow.png) no-repeat top right;
}
.strongPass{
	background:url(../images/green.png) no-repeat 0 0;
}
.strongPass span{
	background:url(../images/green.png) no-repeat top right;
}
