html {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
} 
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.6em;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-image:url(sfondo.png);
	background-repeat: repeat-x;
}
#gweb {
	background-image:url(gweb.png);
	width: 440px;
	height:185px;
}
#contatti {
	float: left;
	position: absolute; 
	top: 10%; 
	left: 20px; 
	z-index: 999; 
	width: 134px;
}
#cont {
	margin-left: 20px;
	width: 63px;
	height:14px;
}
#cont a {
	display:block;
	background-image:url(contatti.png);
}
#cont a:hover {
	display:block;
	background-image:url(contatti-sel.png);
}
.alto {
	color:#ffffff;
	text-align:left;
}
.basso {
	color:#000000;
	text-align:right;
}


.textbox {
	background-color:#EEF7FB;
	width:220px;
	font:normal 12px Arial;
	color: #ccc;
	padding:4px 3px 2px 5px;
}
.textbox:focus, .textbox:hover {
	background-color:#85C2E0;
	color:#fff;
}

.button_div {
	width:160px;
	text-align:left;
	height:35px;
	margin-top:3px;
	padding:5px 50px 3px;
}
.buttons {
	background: #EEF7FB;
	font-size:12px; 
	color: #85C2E0; 
	padding: 6px 14px;
	border-width: 2px;
	border-style: solid;
	border-color: #fff #C1E2F0 #C1E2F0 #fff;
	text-decoration: none;
	font-weight:bold;
}
