.login_form {
	width: 300px;
	text-align: center;
}
.login_form  td {
	padding: 2pt 2pt 2pt 2pt;
	text-align: left;
}
.login_form  .field {
	font-weight: bold;
}
.login_form  .recover {
	text-align: center;
	font-size: 8pt;
	padding-top: 5pt;
}

.auth_required {
	color: black;
	font-size: 10pt;
	margin-top: 20pt;
	margin-bottom: 20pt;
}
.auth_required  .denied {
	font-weight: bold;
	font-size: 12pt;
	color: red;
	margin-bottom: 3pt;
}
.auth_required  .type {
	color: blue;
}
.auth_required  .msg {
	margin-bottom: 3pt;
}
.auth_required  .loc {
	color: blue;
}

.login_return {
	font-weight: bold;
	margin-top: 50pt;
}
