.messagebox{
	position: absolute;
	width: 100px;
	margin-right: 0px;
	border: 1px solid #c93;
	background: #ffc;
	padding: 3px;
}
.messageboxok{
	position: absolute;
	width: auto;
	margin-right: 0px;
	border: 1px solid #3C5380;
	background: #D7E4FF;
	padding: 3px;
	font-weight: bold;
	color: #3C5380;
	
}
.messageboxerror{
	position: absolute;
	width: auto;
	margin-right: 0px;
	border: 1px solid #B21414;
	background: #F6E1E0;
	padding: 3px;
	font-weight: bold;
	color: #B21414;
}

.password-meter {
	position:relative;
	width: 180px;
	padding-right: 10px;
}
.password-meter-message {
    font-family: Tahoma;
    font-size: 10px;
	text-align: left;
	font-weight: bold;
	color: #676767;
}
.password-meter-bg, .password-meter-bar {
	height: 4px;
}
.password-meter-bg {
	top: 8px;
	background: #e0e0e0;
}

.password-meter-message-very-weak {
	color: #CC0000;
}
.password-meter-message-weak {
	color: #f5ac00;
}
.password-meter-message-good {
	color: #6699cc;
}
.password-meter-message-strong {
	color: #008000;
}

.password-meter-bg .password-meter-very-weak {
	background: #CC0000;
	width: 30px;
}
.password-meter-bg .password-meter-weak {
	background: #f5ac00;
	width: 60px;
}
.password-meter-bg .password-meter-good {
	background: #6699cc;
	width: 135px;
}
.password-meter-bg .password-meter-strong {
	background: #008000;
	width: 180px;
}

#register label.error {
  padding-right: 10px;
  padding-bottom: 1px;
  font-weight: bold;
  color: #C00000;
}