@charset "utf-8";
/* CSS Document */

#container {
	margin-top:0;
	padding-top:0;
	width:800px;
	height:auto;
	margin:0 auto;
	padding-bottom:20px;
	
}

#img {
	background-image:url(under.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:619px;
	margin:0 auto;
}

#contatti {
	border:none;
}

p, a:link, a:visited, a:hover {
	color:#0596ce;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

.bottom {
	width:250px;
	height:140px;
	border:1px dashed #0596ce;
	padding:0 5px;
	margin-top:20px;
	margin-left:20px;
	
}

#webmail {
	float:left;
}

#statistiche {
	float:	left;
}
#assistenza {float:right;height:140px;margin-top:65px;}

label {
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px;
	line-height:35px;
	font-size:12px;
}

input {
		border:1px solid #0596ce;
		background-color:#D5E3F0;
		float:right;
		display:block;
		
		margin:5px;
}

