div#contenitoreHome {
	width: 100%;
}

div#homeCenterLogin {
	width: 100%;
	min-width: 400px;
	height: 500px;
	float: left;
}

.titoliHome {
	font-weight: bold;
	padding-left:10px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 14px;
	font-family: arial, sans-serif;
}

#div_conteinerlogin {
	width: 240px;
/*	height: 150px;*/
	min-height: 160px;
	margin: 0 auto;
	padding: 0px;
}

#logoLogin {
	background-position:top center;
	width: 400px;
	height: 100px;
	margin: 70px auto 50px auto;	
}

.textBg {
	background-image: url(../img/text-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #b5b8c8;
}

#div_login form {
	width: 250px;
	height: 220px;
	margin:50px auto;
	padding: 20px;
	background-color:  #999;
	border: 1px solid #777;
	-moz-box-shadow:0px 0px 40px #777;
	-webkit-box-shadow:0px 0px 40px #777;
	color: #fff;
}

#div_login label {
	font-size: 12px;
	font-family: arial, sans-serif;
	list-style-type: none;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
}

#div_login input {
  -webkit-transition-property: -webkit-box-shadow, background;
  -webkit-transition-duration: 0.25s;
  padding: 6px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	-moz-box-shadow:0px 0px 40px #777;
	-webkit-box-shadow:0px 0px 40px #777;
	margin-bottom: 10px;
	background: #ffffff;
	width: 230px;
}

#div_login input.submit {
  -webkit-transition-property: -webkit-box-shadow, background;
  -webkit-transition-duration: 0.25s;
	width: 100px;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777), to(#555));	
	background:  -moz-linear-gradient(19% 75% 90deg,#555, #777);
	color: #fff;
	text-transform: uppercase;
	margin-top: 10px;
}

#div_login input.check, #div_login input.check:hover {
	width: 20px;
	background-color: #ffffff;
	border: none;
}

#div_login input.submit:hover {
	-webkit-box-shadow: 0px 0px 2px #000;
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777), to(#555));	
	background:  -moz-linear-gradient(19% 75% 90deg,#555, #777);
} 

#div_login input.submit:active {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#777), to(#555));	
	background:  -moz-linear-gradient(19% 75% 90deg,#555, #777);
}

#div_login input:hover {
	-webkit-box-shadow: 0px 0px 4px #000;
	background: #dddddd;
}		

#footerFisso {
	position: fixed;
	bottom: 0;
	height: 3em;
	width: 100%;
	height: 24px;
	line-height: 24px;
	background-color:  #999;
	border-top: 1px solid #777;
	-moz-box-shadow:0px 0px 40px #777;
	-webkit-box-shadow:0px 0px 40px #777;
  font-size: 11px;
}

#headerFisso {
	position: fixed;
	top: 0;
	height: 3em;
	width: 100%;
	height: 24px;
	line-height: 24px;
	background-color:  #999;
	border-bottom: 1px solid #777;
	-moz-box-shadow:0px 0px 40px #777;
	-webkit-box-shadow:0px 0px 40px #777;
}

#clock {
	width: 100%;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	font-size: 11px;
	padding: 0px;
	text-align: right;
}

#annunciGoogle {
	width: 730px;
	margin: 0 auto;	
}