﻿body {
	width: 1000px;
	margin: 0px auto 0px auto;
	background-color: #e9f6f8;

	font-family: Calibri, Arial, 'Times New Roman';
	font-size: 20px;

	padding: 0px 30px 10px 30px;
}

/* Set width on the form input elements since they're 100% wide by default */
input, select, textarea {
	font-size: 0.8em;
	padding: 3px 4px 3px 4px;
}

.bottone {
	font-size: 0.8em;
	font-weight: bold;
	width: 170px;
	height: 30px;
}

