
#login_form {
   font-size:11px;
   position:relative;
   width:130px;
   height:110px;
   text-align:left;
   color:#969696;
   border: 0px solid white;
   font-size:10px;
   font-weight:bold;
   margin-left:30px;
}
#login_username_label { position:absolute; top:02px; width:050px; left:0px; }
#login_username_edit  { position:absolute; top:15px; width:110px; left:0px;  height: 12px; }
#login_password_label { position:absolute; top:34px; width:050px; left:0px; }
#login_password_edit  { position:absolute; top:48px; width:110px; left:0px; height: 12px; }
#login_submit{ 
   position:absolute;
   left:30px;
   top:70px;
   width:50px;
   height:16px;
   border: 1px solid gray;
   font-size:9px;
   font-weight:bold;
}

#logout_form {
   font-size:11px;
   position:relative;
   width:110px;
   height:45px;
   text-align:center;
   color:#969696;
   border: 0px solid gray;
   font-size:10px;
   font-weight:bold;
   margin-left:30px;
}
#logout_text { 

}
#logout_submit{ 
   width:50px;
   height:16px;
   border: 1px solid gray;
   font-size:9px;
   font-weight:bold;
   margin-top:10px; 
}

#login_page {
   width: 800px ;
   margin-top: 50px ;
   margin-bottom: 120px ;
   border: 0px solid gray ;
   align: center ;
   background-image: url(../img/login.jpg) ;
   background-repeat: no-repeat ;
}
#login_page td.esquerda {
   padding-left: 50px ;
}
#login_page td.direita {
   padding-left: 50px ;
   border-left: 2px solid #808080 ;
   padding-top:40px ;
}
#login_page td.titulo {
   font-family: arial, verdana ;
   font-size: 16px;
   color: #505050;
   font-weight: bold ;
}
#login_page a:link {
   font-family: arial, verdana ;
   font-size: 12px;
   color: #606060;
   font-weight: lighter ;
   text-decoration:  underline ;
   padding-bottom: 10px;
   display: block;
}
#login_page a:over {
   font-family: arial, verdana ;
   font-size: 12px;
   color: #606060;
   font-weight: lighter ;
   text-decoration:  underline ;
   padding-bottom: 10px;
   display: block;
}
#login_page a:visited {
   font-family: arial, verdana ;
   font-size: 12px;
   color: #606060;
   font-weight: lighter ;
   text-decoration:  underline ;
   padding-bottom: 10px;
   display: block;
}
#login_page a:active {
   font-family: arial, verdana ;
   font-size: 12px;
   color: #606060;
   font-weight: lighter ;
   text-decoration:  underline ;
   padding-bottom: 10px;
   display: block;
}