body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    /* 
    background-color: #76A7AE;
    background-image: url(images/bg1.jpg) repeat-x;
    background-image: url(images/top01.jpg) no-repeat;
    */
    background-color: white;
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
}



#user_index {
##width: 620px;
margin: 140px auto;
#border: solid 1px;
padding: 10px;
font-size: medium;
font-family: arial;
background-color: #fff;
##background-image: url(images/key.jpg);
background-repeat: no-repeat;
background-position: right 45px ;
} 

#user_register {
width: 620px;
margin: 140px auto;
border: solid 1px;
padding: 10px;
font-size: medium;
font-family: arial;
background-color: #fff;
##background-image: url(images/key.jpg);
background-repeat: no-repeat;
background-position: right 45px ;
}
#login {
width: 430px;
height: 350px;
margin: 130px auto;
border-radius: 25px;
border: solid 2px;
padding: 20px;
font-size: medium;
font-family: arial;
background-color: #fff;
background-image: url(images/key.jpg);
background-repeat: no-repeat;
background-position: right 180px ;
} 

#login h6{
text-align: right;
}


#authMessage{
font-size: medium;
font-family: arial;
color: red;
} 

#footer h6 {
    width: 100%;
    height: 50pt;
    padding: 25px 0;
    margin: 0; 
    font-size: 10pt;

    background-color: #fff;
    background-image: url(images/bottom01.jpg);
    background-repeat: no-repeat;
    background-position: left 10px ;
}
#footer p {
   margin-left: 30px;
}





#template h1 {
font-size: 150%;
margin: 0;
padding: 10px 0;
font-weight: normal;
}

a {
   text-decoration: none;
}

label {
padding: 3px 0;
display: block;
}

#loginbutton {
   padding: 5px 0;
}

a.orbLink:link { color: white; }
a.orbLink:visited { color: white; }
a.orbLink:hover { color: white; }
a.fpacLink:link { color: black; }
a.fpacLink:visited { color: black; }
a.fpacLink:hover { color: blue; }


a.forgot-link { 
  font-size:   75%;
  font-weight: 400;
  line-height: 1;
}
