@charset "UTF-8";
/* CSS Document */
body	{
	margin: 0;
	padding: 0;
	
}
.centrato {
	width: 980px;
	margin: 0px auto;
	height: 100%;	
}
#logo	{
	width: 595px;
	float: left;
	margin-top: 30px;
}
#login	{
	width: 165px;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#pwd	{
	width: 170px;
	float: left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#accedi	{
	width: 50px;
	float: left;
	margin-top: 35px;
}
#motto	{
	width: 580px;
	float: left;
}
#registrazione	{
	width: 400px;
	float: left;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
.font-login-bianco	{
	color: #ffffff;
	font-size: 11px;
	margin-top:15px;
	margin-bottom: 5px;
}
.font-login-grigio	{
	color: #8b9dc1;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 5px;
}
.font-login-grigio input	{
	margin-top: 0px;
}
.font-login-grigio a	{
	color: #8b9dc1;
	text-decoration: none;
}
.font-login-grigio a:hover	{
	text-decoration: underline;
}
.tappo {
	clear:both;
}
.campo-login	{
	border: 1px solid #000000;
	width: 150px;
	height: 20px;
	margin-top: 5px;	
}
header	{
	height: 82px;
	background-color: #3b5998;
}
section	{
	height: 608px;
	background-color: #e7ebf2;
}
.campo1	{
	width: 182px;
	border: 1px solid #bdc7d8;
	border-radius: 5px;
	height: 34px;
	font-size: 20px;
	color: #999999;
	margin-top: 20px;
	margin-bottom: 5px;
	padding-left: 10px;
}	
.campo2	{
	width: 386px;
	border: 1px solid #bdc7d8;
	border-radius: 5px;
	height: 34px;
	font-size: 20px;
	color: #999999;
	margin-top:5px;
	margin-bottom: 5px;
	padding-left: 10px;
}
select	{
	width: 76px;
	height: 30px;
	border-radius: 0px;
	border: 1px solid #bdc7d8;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 14px;
}
footer	{
	height: 135px;
	background-color: #fff;
}
h1	{
	margin-top: 68px;
	color: #3b5998;
	font-size: 20px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
h2	{
	font-size: 34px;
	font-weight:700;
	color: #333333;
	line-height: 15px;
}
h3	{
	font-size: 18px;
	font-weight:400;
	color: #333333;
	line-height: 15px;
	margin-bottom: 10px;
}
h4	{
	display: inline-block;
    max-width: 155px;
    vertical-align: middle;
	margin: 0px;
	font-size: 11px;
	color: #3b5998;
}
h4 a	{
	color: #3b5998;
	text-decoration: none;
}
h4 a:hover	{
	color: #3b5998;
	text-decoration: underline;
}
h5	{
	font-size: 11px;
	color: #777777;
	margin-top: 10px;
	margin-bottom: 10px;
}
h5 a	{
	color: #3b5998;
	text-decoration: none;
}
h5 a:hover	{
	text-decoration: underline;
}
h6	{
	font-size: 12px;
	color: #777777;
	margin-top: 10px;
	margin-bottom: 10px;
}
h6 a	{
	color: #3b5998;
	text-decoration: none;
}
h6 a:hover	{
	text-decoration: underline;
}