
#div_applicazione{
    position: relative;
    width: 100%;
    height: 100%
}
#header {
    border: 0;
    width: 100%;
    height: 75px;

}

#header_rg{
   text-align: right;
    padding: 0px 6px 0px 6px;
    margin-left: 50%;
	height: 75px;
	background: transparent url(../../skin/images/banner.png) 5px 50% no-repeat;
	background-position:right top;

}

#header_lf {
    padding: 0px 6px 0px 6px;
    width: 50%;
    float: left;
	height: 75px;
    background: transparent url(../../skin/images/logo.png) 5px 50% no-repeat;
  	background-position:left top;
}

/* Toolbar */
#toolbar{
    border: 0;
    width: 100%;
    height: 25px;
    background: url("../images/skin/shadow.jpg") repeat-x scroll center bottom #FFFFFF;
}

#toolbar_content {
    border: none;
	height: 100%;
}

#content {
        margin-bottom: 5px;
        width: 100%;
        height: 100%;
      }
      #leftcontent {
       float: left;
       height: 334px;
       width: 40%;
       /* background-color: #F8FB90;*/
      }

      #leftcenter{
       margin-top: 50px;
      }
       #rightcontent{
        /* background: transparent url(images/logo_enel_sfondo.gif) no-repeat bottom right; */
       /*  background-color: #F8FB90; */
         float: right;
         width:60%;
         border:none;
         height: 334px;

       }
       #leftcenter table{
        border: none;
       }

       
#footer {
    clear: both;
    width: 100%;
    background: url("../images/skin/shadow.jpg") repeat-x scroll center bottom #FFFFFF;
    height: 16px;
}

#footer_content {
    height: 20px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    font: 10px Verdana,Geneva,Arial,Helvetica,sans-serif;
}


.label_login td{
  width: 70px;
}

.start_login{
   border-top-color: #993300;
   border-top-style: solid;
   border-top-width: 1px;
  margin-bottom: 10px;

}

.end_login{
  border-top: 1px solid #993300;
  margin-top: 10px;
}
 .errors_login{
  margin-bottom: 10px;
}

.button_login{
  text-align: right;
}