@charset "windows-1252";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
}
a:link {
	text-decoration: none;
	color: #88ac0b;
}
a:active {
	text-decoration: none;
	color: #88ac0b;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #88ac0b;
	text-decoration: none;
}
form {
	margin:10px; padding: 0 5px;
	border: 1px solid #f2f2f2; 
	background-color: #FAFAFA; 
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
#informazioni div {
	padding-left: 5px;
	text-align: left;
}
input {
	background-color: #F7F7F7;
	padding:2px;
	border:1px solid #88ac0b;
	color:#777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
textarea {
	width:400px;
	padding:2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border:1px solid #88ac0b;
	height:100px;
	display:block;
	color:#777;
	background-color: #F7F7F7;
}
input.button {
	margin: 0;
	border: 1px solid #CCC;
	padding: 2px 3px;
	background: #FFF;
	color: #88ac0b;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bolder;
}
