#sfondobase {
	background-image: url(../img/bg_pag-login.jpg);
	background-position: center -20px;
	background-repeat:no-repeat;
	text-align: center;
	margin-top: 50px;
}


#lay_head {
	height: 70px;
	background-image: url(../img/bg_tit-login.jpg);
	background-position:top;
	background-repeat:no-repeat;
}

#lay_headuk {
	height: 70px;
	background-image:url(../img/bg_tit-restrictedarea.jpg);
	background-position:top;
	background-repeat:no-repeat;
}


/* ------------ contenuti ---------- */

#conttenuti_tab h2 {
	color: #999999;
	font-size: 28px;
	font-weight:lighter;
	font-family: "Trebuchet MS", "Lucida Sans", Tahoma, sans-serif;
	line-height: 28px;
	margin: 0px 0px 10px 0px;
	text-align:left;
}


#conttenuti_tab h3 {
	color: #999999;
	font-size: 14px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:lighter;
}


#conttenuti_tab p {
	margin:0px;

}

.contenuti_link {
	height: 25px;
	padding-left: 45px;
	text-align: left;
	vertical-align: middle;
	background-image:url(../img/frecce_dxmini.gif);
	background-position: left center;
	background-repeat:no-repeat;

}

#spaziatore {
	height:10px;
}


/* LOGIN */


#accessoutenti {
	}
#accessoutenti td {
margin: 0px;
padding:0px 5px 0px 0px;	
	}
	
#userid {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	width:145px;
	height:14px;
	border: #999999 dotted 1px;

	
}
#password {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #9666666;
	width:145px;
	height:14px;
	border: #999999 dotted 1px;

}


/* IMG LINK */
#login_btn {
	width: 18px;
	height: 18px;
	background-image: url(../img/login_btn_over.jpg); /* img x over - serve per il preload dell'immagine*/
	background-repeat:no-repeat;
	background-color: #dbdbdb;
}
#login_btn a {
	display: block;
	height:100%;
	background-image: url(../img/login_btn_out.jpg);
	background-repeat:no-repeat;
}
#login_btn a:hover {
	background-image: url(../img/login_btn_over.jpg);
	background-repeat:no-repeat;
}
.login_hide{
	display:none;
}
