body{
	margin:0;
	padding:0;
	border:0;
	background:#dadfe3;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000;
}

A{outline:none}

input,button{font-family:Verdana, Geneva, sans-serif; font-size:11px; padding:3px;}

form{
	margin:0;
	border:0;
	padding:0;
}

#container{
	width:960px;
	margin:0 auto;
	height:1%;
}
.clearfix:after{  /* float hack */
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0; 
	clear: both; 
	visibility:hidden; 
}
* html .clearfix{  /* float hack */
	height:1%;
}

#login{
	float:left;
	padding-top:80px;
	height:320px;
	width:300px;
	background:url(../images/home.gif) no-repeat center top;
	margin:0px 0px 0px 30px;
}
#logo{
	margin-bottom:70px;	
}
.loginSides A{
	color:#768994;
	text-decoration:none;
}
.loginSides{
	padding:0;
	list-style:none;
	width:300px;
	margin:0;
}
.loginSides li{
	color:#768994;
	font-weight:bold;
	height:40px;
	font-size:10px;
}
#loginLeft{
	text-align:right;
	float:left;
}
#loginRight{
	text-align:left;
	float:right;
}
#loginform{
	display:none;
	overflow:hidden;
	text-align:center;
	line-height:18px;
}
#buttonLogin{
	cursor:pointer;
	margin-bottom:30px;
}
#loginform input{
	border:1px solid #97a7b1;
	margin-bottom:5px;
	width:140px;
}
#loginform button{
	width:1px;
	height:1px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:30px;
	border:0;
	background:#dadfe3;
}
span.documentazione{
	cursor:pointer;
	text-decoration:underline;
	color:#536169;
}
#loginFooter{
	clear:both;
	/*background:url(../images/loginFooter.gif) no-repeat center top;*/
	text-align:center;
	color:#768994;
	line-height:16px;
	padding-top:30px;
}
ul#loginHeader{
	padding:5px 5px 60px 5px;
	margin:0px;
	clear:both;
	list-style:none;
	background:url(../images/loginHeader.gif) no-repeat center top;
}
ul#loginHeader li{
	display:inline;
	padding:0px 20px 0px 20px;
	border-right:1px solid #566670;
	color:#566670;
	cursor:pointer;
}
ul#loginHeader li a{
	color:#566670;
	text-decoration:none;
}
ul#loginHeader li a:hover{
	color:#000;
}

#error{
	margin-top:0px;
	color:#F00;
}
#error img{
	margin-top:4px;
}