body,html {height:100%; margin:0; overflow-x: scroll; text-align:center}
/* Box che contiene tutto il sito */
#boxContent {
	width: 996px; height: 99%;
	position: relative; top: 4px; left: 4px;
	margin: 0 0 0 0px;
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #FF9900;
	}

/* Box banda Arancione - Utente e Lingue */
#boxArancio {
	width: 996px; height: 22px;
	background-color: #FF9900;  
	}            
	
/* Box Logo - Utente e Lingue */
#boxLogo {
	width: 996px; height: 88px;
	}
.boxTblLogoLeft {
	width: 772px; height: 88px;
	background: url(LOGIN_SfondoLogo.jpg) no-repeat;
	}
.boxTblLogoRight {
	background: url(LOGIN_SfondoContinuaLogo.jpg) repeat-x;
	}
.imglogo {
	margin-left: 5px; margin-top: 5px;
	}

/* Box Login - Utente e Lingue */
#boxLogin {
	width: 996px;
	}
.tdlogin {  
	padding-left: 120px;
	font-family: tahoma; font-size: 18px; font-weight: bold; color: #663333;
	}
.tdtext {       
	padding-left: 21px;    
	font-family: tahoma; font-size: 14px; color: #666666;    
	border-bottom: solid 1px #FF9900;
	} 
.tdtextlogin {             
	padding-left: 21px;
	font-family: tahoma; font-size: 12px; color: #666666;
	} 
.tdfieldlogin input {
	width: 200px;
	font-family: tahoma; font-size: 12px; color: #666666;
	}
.tdtexterror {       
	padding-left: 21px;    
	font-family: tahoma; font-size: 14px; color: #FF0000;
	} 