#login_shield {
	background-image: url('../images/frosted_80_60x60.png');
	bottom: 0px;
	left: 0px;
	position: fixed;
	right: 0px;
	top: 0px;
	visibility: hidden;
	z-index: 1000;
}
#login_shield table {
	border: 0px;
	border-spacing: 0px;
	height: 100%;
	left: 0px;
	top: 0px;
	position: absolute;
	visibility: hidden;
	width: 100%;
}
#login_shield table td {
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
#login_shield .widget {
	background-color: white;
	border: 1px black solid;
	color: black;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	padding: 0px 32px 50px 12px;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 580px; /* 540px; */
}
#login_shield .container {
	background-color: #d7d7d7;
	color: black;
	position: relative;
}
#login_shield .widget .border {
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
}
#login_shield .widget .content {
	position: relative;
	padding: 30px 30px 20px 36px;
}
#login_shield .widget .border.right {
	background: url('../images/login-widget_right.png') repeat-y right;
}
#login_shield .widget .border.top-right {
	background: url('../images/login-widget_top-right.png') no-repeat top right;
}
#login_shield .widget .border.top {
	background: url('../images/login-widget_top.png') repeat-x top;
}
#login_shield .widget .border.top-left {
	background: url('../images/login-widget_top-left.png') no-repeat top left;
}
#login_shield .widget .border.left {
	background: url('../images/login-widget_left.png') repeat-y left;
}
#login_shield .widget .border.bottom-left {
	background: url('../images/login-widget_bottom-left.png') no-repeat bottom left;
}
#login_shield .widget .border.bottom {
	background: url('../images/login-widget_bottom.png') repeat-x bottom;
}
#login_shield .widget .border.bottom-right {
	background: url('../images/login-widget_bottom-right.png') no-repeat bottom right;
}
#login_shield .line-clear {
	clear: both;
	line-height: 1px;
}
#login_shield h1 {
	font-size: 1.4em;
	margin-top: 1.4em;
}
#login_shield h1 .separator {
	background-color: inherit;
	color: #af3c27;
	font-weight: bold;
}
#login_shield h1 a {
	text-decoration: none;
}
#login_shield h2 {
	font-size: 1.2em;
	font-variant: small-caps;
}
#login_shield p {
	margin-right: 100px;
}
#login_shield .logo {
	position: absolute;
	right: 64px;
	top: 14px;
}
#login_shield form {
	margin: 0px;
	padding: 0px;
}
#login_shield .fields label {
	display: inline-block;
}
#login_shield .fields input {
	margin: 5px 0px;
}
/* Login Widget */
#login_widget .fields label {
	width: 140px; /* 80px; */
}
#login_widget .toggle {
	padding-left: 140px; /* 80px; */
}
/* Create Widget */
#login_create_widget .fields label {
	width: 140px;
}
/* Email Password Widget */
#login_email_password_widget .fields label {
	width: 80px;
}
#login_shield .fields input, #login_shield .toggle {
	margin-left: 8px;
}
#login_shield .buttons {
	background-color: transparent;
	float: left;
	font-size: 93%;
	font-variant: small-caps;
	font-weight: bold;
	line-height: normal;
	width: 100%;
}
#login_shield .buttons ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#login_shield .buttons li {
	background: url('../images/raised-button_bottom-left.gif') no-repeat left bottom #ac3c24;
	color: white;
	float: left;
	margin: 5px 0px;
	padding: 0px;
}
#login_shield .buttons button {
	background: url('../images/raised-button_top-right.gif') no-repeat right top transparent;
	color: white;
	border: 0px;
	display: block;
	padding: 5px 15px;
}
#login_shield .buttons a {
	background-color: transparent;
	color: white;
}
#login_shield .error {
	background-color: white;
	color: red;
	font-weight: bold;
}
