.e-remember .error
{
	display: none;
	color: #933228;
}
/* e-remember */
.e-remember p
, .e-changepassword p
{
	margin-bottom: 2em;
}
.e-remember .form label
, .e-changepassword .form label
{
	display: block;
	margin-bottom: 0.5em;
}
.e-remember .form .email
{
	width: 20em;
	margin-right: 0.3em;
}

.e-changepassword
{
	margin-bottom: 2.5em;
}
.e-changepassword .pass
, .e-changepassword .pass_new
{
	margin-bottom: 2em;
}
.e-changepassword .pass_new .label
{
	display: inline;
	margin-bottom: 0;
}
.e-changepassword .password
{
	width: 12em;
}

.e-changepassword .error
{
	display: none;
	color: #933228;
	font-size: 1.2em;
	margin: 1em 0;
}



.e-settings
{
	margin-bottom: 2em;
}
.e-settings label
{
	display: block;
}
.e-settings div.input
{
	margin-bottom: 1em;
}
/*
.e-settings .char_select
{
	margin: 1em 0;
}
*/
.e-settings textarea
{
	display: block;
	width: 100%;
	height: 8em;
}