	body {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
		background: url('http://www.parrocchiamonticelli.org/immagini/sfondo.jpg');
	}
	
	h1 {
		margin: 5px 0 5px 0;
		font-size: 14pt;
	}
	
	h2 {
		margin: 5px 0 5px 0;
		font-size: 12pt;
	}
	
	input, select, textarea {
		border: 1px solid black;
		background-color: #DDD;
	}
	
	ul {
		list-style-type: square;
	}
	
	img {
		border: 0;
	}
	
	a:link, a:visited {
		color: #a9dbff;
	}
	a:hover {
		color: #f7b938;
	}
	
	#addBox {
		display: none;
		background-color: rgb(63, 145, 196);
		padding: 5px;
	}
	
	.wrapper {
		width: 800px;
		margin: auto;
		background-color: rgb(33, 115, 156);
		padding: 10px;
		color: white;
	}
	
	.message {
		background-color: rgb(63, 145, 196);
		padding: 5px;
		margin-bottom: 20px;
	}
	
	.messageHead {
		margin: 0;
		border-bottom: 1px dotted white;
		padding: 3px;
	}
	
	.smallText {
		font-size: 80%;
	}
	
	.fieldsetTitle {
		font-weight: bold;
		border-bottom: 1px solid white;
		margin: 20px 0 5px 0;
	}
