.compact-form .register-form .text-input-error-wrapper {
	min-height: 12px;
}
.compact-form .register-form .first.text-input {
	width: 48%; margin-top: 12px; float: left;
}
.compact-form .register-form .first.text-input .error-message {
	width: 200%; margin-top: -3px;
}
.compact-form .register-form .second.text-input {
	width: 48%; margin-top: 12px; float: right;
}
.compact-form .register-form .second.text-input .error-message {
	width: 120%; margin-top: -3px;
}
.compact-form .register-form .input-email {
	clear: both;
}
.compact-form .register-form .password-input-meter {
	border-radius: 3px; padding-bottom: 3px; margin-top: -15px; background-color: inherit;
}
.compact-form .login-form {
	margin-top: 12px;
}
.compact-form .login-form .text-input-error-wrapper {
	min-height: 12px;
}
.compact-form .login-form .login-need-help {
	text-align: center; margin-top: 0px;
}
.compact-form .login-form .login-need-help a {
	margin-bottom: 0px;
}
