body {
background: #557b45 url('../img/bg.gif') repeat fixed top left;
font-family: Helvetica, Arial, sans-serif;
}

h1{
position:absolute;
top:40px:
right:20px;
color: #fff;
font-size:3em;
}

h2{
color: #fff;
}


#loginpanel{
background: transparent url('../img/loginpanel_bg.png') no-repeat center;
width: 349px;
height: 230px;
margin:auto;
padding: 24px;
/*border:1px solid #f00;*/
}

#loginpanel form{
margin:36px 24px;
text-align:center;

}

#loginpanel label{
display: none;
}

#loginpanel input.field{
width:90%;
margin: 5px auto;
font-size: 1.2em;
color:#777;
}
#loginpanel input.fieldon{
width:90%;
margin: 5px auto;
font-size: 1.2em;
}

#loginpanel div.buttonbox{
margin-top: 10px;
width:90%;
text-align: right;
}

#footer{
color: #fff;
position: absolute;
bottom: 0;
}

#footer a{
color: #fff;
}
