body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* stili per la login   */
.centrato{
  width: 670px;
  height: 580px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -260px;
  margin-left: -335px;
}
.bg_login{
	background: url(../img/sfd_pagina_login.png) top left no-repeat transparent;
	width:630px;
  height:490px;
}
.tab_accedi{
	background: url(../img/txt_accedi.png) 29% 5% no-repeat transparent;
}
.tab_richiedi{
	background: url(../img/txt_richiedi.png) 29% 5% no-repeat transparent;
}
.titolo_sezione_login_pwd a:link{
   font-family: Arial;
   font-size: 12px;
   font-weight: normal;
   color: #666666;
   text-decoration: underline;
}
.titolo_sezione_login_pwd a:visited{
   font-family: Arial;
   font-size: 12px;
   font-weight: normal;
   color: #666666;
   text-decoration: underline;
}
.titolo_sezione_login_pwd a:hover{
   font-family: Arial;
   font-size: 12px;
   font-weight: normal;
   color: #666666;
   text-decoration: none;
}
.testo_login{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: normal;
	padding-left: 75px;
	width: 410px;
}
.testo_login span{
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	padding-left: 0px;
}
.titolo_sezione_login{
  font-family: Arial;
  font-size: 17px;
  font-weight: bold;
  color: #666666;
  height:50px;
}
.titolo_sezione_login span{
  font-size:10pt;
  font-weight:bold;
  color:red;
}
/* stili per i form login */
.sfondo_login
{
  background: url(../img/cella_editabile_sfd.png) top left repeat-x transparent;
}
input.log1{
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #B4C5D2;
	border: 0px;
	padding:0px;
	height:16px;
}

.login_link {
	background-image:url(../img/btn_freccia_dx.png);
	background-color: #B3C4D2;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666; /*#1C5990*/
	font-weight:bold;
	border:0px; margin:0px;
	display:inline-table;
	width: 16px; height: 22px;
	cursor:hand;
}
a.login_link:link, a.login_link:visited, a.login_link:active
{
	background-image:url(../img/btn_freccia_dx.png);
	background-color: #B3C4D2;
	background-repeat: no-repeat;
	background-position: center center;
	/*font-size:12px;color:#666666;font-weight: bold;text-decoration:underline;*/
}
a.login_link:hover
{
	background-image:url(../img/btn_freccia_dx.png);
	background-color: #FBA417;
	background-repeat: no-repeat;
	background-position: center center;
	/*font-size:12px;color:#98A91D;font-weight: bold;text-decoration:underline;*/
}
