body {
	background:#ffffff;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	color:#404040;
	margin:0;
	text-align:center;
}

#infoDB{
	position:absolute;
	top:0;
	right:50px;
	text-align:left;
	width:200px;
	min-height:15px;
	background:url("images/bgInfo.gif") top center no-repeat;
	font-size:12px;
	color:#000;
	padding:10px;
}

#bogTop{
	margin-top:30px;
	background:#fff url("images/bgTop.gif") bottom center repeat-x;
}

#boxLogin{
	width:500px;
	min-height:230px;
	margin:auto;
	margin-top:30px;
	background:url("images/bgBoxLogin.gif") center center no-repeat;
	text-align:left;
}

p#titleLogin{
	padding:15px 0px 50px 0px;
	margin:0;
	font-size:18px;
	color:#004696;
	text-align:center;
}


.formLogin{
	text-align:center;
}

p#db{
	float:left;
	width:35px;
	margin:0;
	padding:7px 0px 0px 100px;
	color:#606060;
	font-size:14px;
}

.inputText{
	width:250px;
	height:25px;
	border:1px solid #ccc;
	float:left;
}

.accedi{
	margin-top:20px;
}

#footerLogin{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	font-size:13px;
	color:#fff;
	background:#000;
	padding:15px 0px 15px 20px;
	text-align:left;
}

p#testoLink{
	font-size:13px;
	color:#606060;
	margin:0;
	text-align:center;
	padding:50px 0px 0px 0px;
}