.change-password-column {
/* 	border-style: dotted; */
	width:240px;
	margin-left: auto; 
	margin-right: auto;
	text-align:center;
}

.change-password-label {
	text-align:right;
	width:50%;
}
.change-password-input {
	text-align:left;
	width:80%;
}
.change-password-error-messages {
	text-align:left;
	width:100%;
}
.change-password-button {
	
}

.change-password-strengthColumn {
	width:30%;
}

.pwdStrength {
	width:80px;
}

.passwordTooWeak {
    background-color: #F88E7D !important;
    border: 1px solid #F95D24 !important;
}
 
.passwordOk {
    background-color: #81FF6C !important;
    border: 1px solid #EDB605 !important;
}
 
.weakMsg {
	color:red;
}

.okMsg {
	color:green;
}

.ui-progressbar {
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    margin-top: 8px;
    height: 18px !important;
    border: solid 1px #c2c2c2 !important;
}
 
.ui-progressbar-value {
    display: block !important;
    margin-left: -2px !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    border-radius: 6px !important;
}


/** pw meter */
#score {
	color: #000;
	font-size: 85%;
	position:absolute;
	text-align: center;
	width: 100px;
	z-index: 10;
}

#password {
	border: 1px #000 solid;
	font-size: 85%;
	width: 100px;
}
