.wfx-notification-error {
	color:               #FF0000;
	margin-bottom:       10px;
}

.wfx-notification-success {
	color:               #008000;
	margin-bottom:       10px;
}

.wfx-error {
	color:               #FF0000;
}

.wfx-input-error {
	border:              solid 1px #FF0000 !important;
}

.wfx-form-inside {
	padding:             10px;
}

.wfx-form-inside label:after {
	content:             '\A';
	white-space:         pre;
}

.wfx-form-submit-overlay {
	border:              solid 1px #787878;
	border-radius:       5px;
	background-color:    #787878;
	opacity:             0.5;
	position:            absolute;
	z-index:             1;
	width:               100%;
	height:              100%;
	left:                0;
	top:                 0;
}

.wfx-step-2 {
	display:             none;
}

.wfx-blurred-content {
	-moz-user-select:    none;
	khtml-user-select:   none;
	-webkit-user-select: none;
	-ms-user-select:     none;
	user-select:         none;
}

.wfx-text, .wfx-date .wfx-textarea, .wfx-select, .wfx-register-email, .wfx-user-login, .wfx-user-pass, .wfx-email-new-1, .wfx-email-new-2, .wfx-password, .wfx-password-current, .wfx-password-new-1, .wfx-password-new-2, .wfx-password-reset-email {
	width:               100%;
}

.wfx-radio, .wfx-checkbox {
	width:               5%;
}

.wfx-multiple-select {
	height:              62px;
}

.wfx-button-reset, .wfx-interface-contact-id {
	cursor:              pointer;
}

.wfx-form-field-container {
	margin-bottom:       15px;
}

.wfx-form-field-container label {
	display:             initial;
}

.wfx-form-field-description {
	font-style:          italic;
}

.wfx-password, .wfx-password-current, .wfx-password-new-1, .wfx-password-new-2 {
 display:              inline-block !important;
}

.wfx-password-toggle {
	cursor:              pointer;
	position:            absolute;
	margin-left:         -28px;
	margin-top:          1px;
}