body {
	font-size: 1.1em;
	color: #333;
	font-face: "Gill Sans", GillSans, "Helvetica Neu", Helvetica, Arial, sans-serif;
}

.smaller {
	font-size: smaller;
}

a {
	text-decoration: none;
	color: green;
}

a:hover {
	text-decoration: underline;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #006B33;
}

#loginFields {
	margin-top: 60px;
	margin-left: auto;
	margin-right: auto;
	width: 460px;
	background: url(/images/loginBGRepeat.png)  center center repeat-y;
}

#loginFields h2 {
	background: url(/images/loginBGTop.png) center top no-repeat;
	padding-left: 20px;
	padding-bottom: 0;
	padding-top: 15px;
}

#loginFields p {
	padding: 0 20px;
}

#loginFields .last {
	background: url(/images/loginBGBottom.png) center bottom no-repeat;
	padding: 15px 20px;
}

#utilityNav {
	font-size: smaller;
	height: 83px;
	top: 30px;
}

#utilityNav p {
	position: absolute;
	padding-top: 30px;
}

h1 a {
	text-indent: -999%;
	display: block;
	background: url(/images/ha_logo_clean.png) top left no-repeat;
	width: 257px;
	height: 103px;	
}

input[type="text"], input[type="password"] {
	width: 400px;
	height: 45px;
	font-size: 1.6em;
	line-height: 1.2em;
}

label {
	padding-top: 0;
	font-size: 1.25em;
	color: #666;
	font-weight: 500;
}

.right {
	float: right;
}

.error {
	color: #f60;
	padding: 0;
	font-size: smaller;
}

.textOff {
	display: none;
}

#footer {
	padding-top: 20px;
	text-align: center;
	font-size: smaller;
}

/* IE7 FIXES*/

*:first-child+html body{
	text-align: center;
}

*:first-child+html #utilityNav p{
	text-align: left;
	width:150px;
}
*:first-child+html #utilityNav a{
	display: inline-block;
}

*:first-child+html #loginFields{
	text-align: left;
}

*:first-child+html input#password{
	width: 300px;
	height: 45px;
	font-size: 1.6em;
	line-height: 1.2em;
}
*:first-child+html input#username{
	width: 300px;
	height: 45px;
	font-size: 1.6em;
	line-height: 1.2em;
}
