body {
    font-family: Arial,Helvetica,sans-serif;
    background-color: #FFFFFF;
    color: #2A3F55;
    height: 100%;
}

#background {
  font-family: 'Open Sans',sans-serif;
  font-weight:normal;
  margin: 16px 50px;  
}

#content {
    position: relative;
    height: 600px;
}

#wrap {}

#footer {
    margin-top: 20px;
    clear: both;
}

#content h1 {
    margin: 0;
    padding: 0px;
	font-size: 20pt;
	margin-top:-12px;
}

#hubhead_bg_logo img {
    position:absolute;
    left:380px;
	top: 23px;
    z-index:-1;
}


#form {
    text-align: left;
    padding: 60px 0;
    width: 620px;
}

form label {
    display: block;
    width: 150px;
    float: left;
    clear: left;
    padding-top: 1px;
    font-size:18pt;
    position:relative;
    top:-2px;
}

form input, select {
    float: left;
    font-size: 1em;
    padding: 4px 2px;
    margin: 5px 10px;
    height:20x;
    width:200px;
}

.login-button {
    width: 66px;
    margin: 30px 15px 0 0;
    background: none repeat scroll 0 0 #5E6A71;
    border-style: none;
    color: white;
    float: right;
}

.error {
	color: #D21034;
	font-size: 0.8em;
}
