@charset "utf-8";

dl.login_form1 {
	margin: 0;
	width: 100%;
	font-size: 90%;
	line-height: 130%;
}

dl.login_form1 dt {
	width: 100%;
	margin: 0;
}

dl.login_form1 dd {
	width: 100%;
	margin: 0;
}

dl.login_form1 dd input[type="text"],
dl.login_form1 dd input[type="password"] { width: 90%; }

dl.login_form1 dd input.text { width: 90%; }

p.submit { margin: 5px 0; }

*:first-child+html dl.login_form dd input.text { margin: 0 0 0 -13em !important; }

.login_form { margin-bottom: 20px; }
