body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
}
a {
	text-decoration: underline;
	color: #012640;
}
a:hover {
	text-decoration: underline;
	color: #33526E;
}
#f01header { 
	position: relative; 
	z-index: 1; 
	top: 0px; 
	left: 0px; 
	width: 1020px; 
	height: 730px; 
	visibility: visible; 
	display: block;
}
#f01logo  {
	float: right;
	position: absolute;
	top: 157px;
	left: 57px;
	width: 100px;
	height: 100px;
	visibility: visible;
	display: block
}
#f012ogo  {
	float: right;
	position: absolute;
	top: 400px;
	left: 465px;
	width: 550px;
	height: 100px;
	visibility: visible;
	display: block;
	font-size: 22px;
	text-align: center;
}
.login-error-msg {
	color: red;
	font-weight: bold;
	font-size: 14px;
}
td p {
	padding-bottom: 20px;
}
.form-wrapper-inner {
	width: 355px;
}
.label-fixed-width {
	width: 193px;
}
.form-input-labels {
	color: #002443;
	font-weight: bold;
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
}
#f01header #f01logo form table tr td p {
	text-align: left;
}
.extra-padding {
	padding-bottom: 30px;
}