/* CSS Document */


html, body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cccccc;
	margin:0px; 
	padding: 0px;
	text-align: center; /*centra in i.e.5.x*/
	background-color: #48494d;

	line-height: 1.166;	
	
}

/* LAYOUT modulo login*/
div#login{
	width: 400px ; 
	margin:0 auto;
	padding: 40px 40px 10px 40px;
	text-align:left;
	background-color:#FFFFFF;
	color:#48494d;
}
div#login #footer {
width: auto;
padding:10px;
text-align: right; 
	border-top-style: dotted;
	border-top-color: #999999;
	border-top-width: 1px;
}
