.login_header {
	background:#f0791b;
	background:-moz-linear-gradient(top,#e59944 0%,#f0791b 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#e59944),color-stop(100%,#f0791b));
	background:-webkit-linear-gradient(top,#e59944 0%,#f0791b 100%);
	background:-o-linear-gradient(top,#e59944 0%,#f0791b 100%);
	background:-ms-linear-gradient(top,#e59944 0%,#f0791b 100%);
	background:linear-gradient(top,#e59944 0%,#f0791b 100%);

    height: 35px;
	margin-bottom: 1em;
	padding: 2px;
}
.ua-header { display: none; }
.my-4 { display: none; }
.ua-login label {
	width: 5.5em;
	float: left;
}
.ua-login-username-group label, .ua-login-password-group label {
	width: 5.5em;
	float: left;
}
.ua-login-username-group, .ua-login-password-group {
	padding-bottom: 17px;
}
.ua-password-group {
	font-size: 85%;
	color: #707070;
}
.ua-error-msg, .fisdap-error-msg {
	font-size: 13px;
	padding-bottom: 15px;
	color: #D8000C;
}
.fisdap-error-msg {
	
}
.ua-submit {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 0.4em 1em;
	float: right;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border: 1px solid #84c724;
	background: #84c724 url(images/ui-bg_highlight-hard_75_84c724_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}
.ua-submit:hover {
	border: 1px solid #61a905;
	background: #61a905 url(images/ui-bg_highlight-hard_75_61a905_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #212121;
	text-decoration: none;
}
#footer {
    margin-left: 0;
    margin-top: 1em;
}

#footer_text {
    width: 1000px;
    margin-top: 0;
}

h3 {
	margin-bottom:.5em;
	margin-top:.5em;
}

.bottomLinks {
    font-size: 90%;
    margin-top: 4em;
}

.bottomLinks a {
    margin-right: 2em;
}
