.auth_form {
  margin-left: 0.5em;
  width: 300px;
}
.auth_form input {
  width: 100%;
}
.auth_form input[type=radio], .auth_form input[type=checkbox] {
  width: auto;
}
.auth_form label.block {
  margin-left: -0.5em;
  font-weight: bold;
  display: block;
}
#openid_url {
	background-color: #fff;
	background-image: url(/images/ae_users/openid.gif?1328139532);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px;
	width: 90%;
}
