.ps-display {
	margin-left: 201px;
	width: 252px !important;
	height: 16px;
	border: 1px solid #CDCDCD;
}
div.ps-display > span {
	float: left;
	line-height: 16px;
	padding-left: 2px;
}
div.ps-strength {
	width: 0%;
	height: 16px;
	margin: 0px;
}

div.ps-strength {
	background-image: none !important;
}

.ps-strong, .ps-match {
	background-image: url(../../images/icons/accept.png);
	background-repeat: no-repeat !important;
	background-position: top right !important;
}
input.ps-strong, input.ps-match {
	background-color: #DFFFE6 !important;
}



.ps-medium {
	background-image: url(../../images/icons/error.png);
	background-repeat: no-repeat !important;
	background-position: top right !important;
}
input.ps-medium {
	background-color: #FFFBCF !important;	
}



.ps-weak, .ps-nomatch {
	background-image: url(../../images/icons/exclamation.png);
	background-repeat: no-repeat !important;
	background-position: top right !important;
}
input.ps-weak, input.ps-nomatch {
	background-color: #FFDFE6 !important;
}