/**
 * Registration
 * @version 1.0.1
 */
.registration_form {
	width: 430px;
	margin: auto;
}

.registration_form .form_table_plain INPUT {
	width: 236px;
}

.registration_form .form_table_plain SELECT {
	width: 241px;
}

.registration_form .first_column {
	width: 170px;
}

#check_login {
	color: red;
	display: none;
	text-align: center;
}

#check_email {
	color: red;
	display: none;
	text-align: center;
}

/**
 * Authorization
 * @version 1.0.1
 */
.authorization_form {
	width: 365px;
	margin: auto;
}

.authorization_form .form_table_plain INPUT {
	width: 300px;
}

.authorization_form .text {
	margin-bottom: 10px;
}

.authorization_form .first_column {
	width: 55px;
}

/**
 * Restore password
 * @version 1.0.1
 */
.restore_password_form {
	width: 420px;
	margin: auto;
}

.restore_password_form .form_table_plain INPUT {
	width: 236px;
}

.restore_password_form .first_column {
	width: 170px;
}

/**
 * Reapprove
 * @version 1.0.1
 */
.reapprove_form {
	width: 350px;
	margin: auto;
}