/*td label{
	font-size:14px;
	font-weight:bold;
	color:#666;
	font-family: arail,helvetica,san-serif;
}
input{
	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: arail,helvetica,san-serif;
	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{
	margin-top: 5px;
	font-weight: bold;
	font-size:13px;
	/*font-family: arial,helvetica,san-serif;
	color:#666;*/
	padding:0px 0px 12px 10px;
	margin-left:26px;
	margin-right: 6px;
	display: block;
	height:24px;
		    min-height: 40px;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
/*border: 1px solid #FBEED5;*/
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

	/*
	float:left;
		position: absolute;
right: 34px;
top: 163px;*/
}
.testresult span{
	padding:10px 20px 12px 10px;
	margin: 0px 0px 0px 20px;
	display:block;
	float:right;
	white-space: nowrap;

	
}
.shortPass{
  
  color: #c09853; 
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;


}
.shortPass span{
}
.shortPass i{

padding: 10px 0 0px 0px;
margin-top: 4px;
position: relative;
display: inline-block;
width: 28px;
height: 28px;
line-height: 28px;
vertical-align: text-top;

	
	background:url(images/pass/yellow.png) no-repeat top right;
}

.badPass{
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.badPass span{
}
.badPass i{
	background:url(images/pass/red.png) no-repeat top right;
padding: 10px 0 0px 0px;
margin-top: 4px;
position: relative;
display: inline-block;
width: 28px;
height: 28px;
line-height: 28px;
vertical-align: text-top;
	
}

.goodPass{
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.goodPass span{
}
.goodPass i{
	background:url(images/pass/green.png) no-repeat top right;
	padding: 10px 0 0px 0px;
margin-top: 4px;
position: relative;
display: inline-block;
width: 28px;
height: 28px;
line-height: 28px;
vertical-align: text-top;

}

.strongPass{
    background: #1ac6ff;
    border: 1px solid #1ac6ff;
    color: #fff;
    
}
.strongPass span{
}
.strongPass i{
	background:url(images/pass/blue.png) no-repeat top right;
	padding: 10px 0 0px 0px;
margin-top: 4px;
position: relative;
display: inline-block;
width: 28px;
height: 28px;
line-height: 28px;
vertical-align: text-top;

}
