body {
	margin: 0px;
	background-color: #000000;
	font-family: Georgia, Arial;
}

#wrapper {
	background-color: #000000;
}

#contenitore {
	background: #000000 url("images/bg.jpg") no-repeat top left;
	width: 847px;
	height: 768px;
	margin: 0px auto;
}

#logo {
	width: 225px;
	margin: 0px auto;
	padding-top: 67px;
}

#logo_testo {
	width: 304px;
	margin: 0px auto;
	padding-top: 44px;
}

#contenitore_caselle {
	margin: 50px auto 0px auto;
	width: 713px;
}

#casella_1,
#casella_2,
#casella_3 {
	width: 221px;
	height: 349px;
	background: transparent url("images/bg_casella.png") top left;
	float: left;

}

#casella_2,
#casella_3 {
	margin-left: 25px;
}

#contenuto_casella_1,
#contenuto_casella_2,
#contenuto_casella_3 {
	width: 211px;
	height: 324px;
	margin: 15px 5px 10px 5px;
	padding-top: 5px;
}

#contenuto_casella_1 {
	background: transparent url("images/titoli.png") no-repeat top left;
}

#contenuto_casella_2 {
	background: transparent url("images/titoli.png") no-repeat -244px 0px;
}

#contenuto_casella_3 {
	background: transparent url("images/titoli.png") no-repeat -488px 0px;
}

#contenuto_casella_1 P,
#contenuto_casella_2 P,
#contenuto_casella_3 P {
	color: #000000;
	font-size: 10px;
	padding-top: 30px;
	line-height: 12px;
}

.reference {
	font-size: 7.2pt!important;
}

.reference A:link,
.reference A:active,
.reference A:visited {
	text-decoration: none;
	color: #000000;
}

.reference A:hover {
	text-decoration: underline;
}

TEXTAREA,
INPUT {
	/*background-color: #fff;*/
	background: none;
	border: none;
	font-size: 11px;
	color: #857A60;
	margin-left: 5px;
	width: 183px;
	/*padding-top: 4px;*/
	height: 23px;
}

TEXTAREA {
	height: 59px;
}


.div_form_area,
.div_form {
	background: transparent url("images/bg_input.png") top left;
	width: 193px;
	height: 23px;
	margin-bottom: 12px;
}

.div_form_area {
	height: 61px;
}

FORM {
	margin-top: 41px;
	margin-left: 8px;
}

.div_button {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	margin-left: 32px;
}

.div_privacy {
	font-size: 10px;
	text-align: left;
}

#privacy {
	width: 15px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	border: none;
	background: none;
}

.button {
	background: none;
	border: none;
	background: transparent url("images/bg_tasto.png") no-repeat top left;
	width: 126px;
	height: 22px;
	font-size: 11px;
	padding-top:4px;
	cursor: pointer;
}

.errore {
	color:#ff0000;
}

#loading {
	margin-left: 85px;
	margin-top: 130px;
}

.risultato {
	font-size: 12px;
	margin-top: 36px;
}

/*SETTAGGI PER JQUERY*/
#logo,
#logo_testo,
#contenuto_casella_1,
#contenuto_casella_2,
#contenuto_casella_3 {
	opacity: 0;
}

#casella_1,
#casella_2,
#casella_3 {
	height: 0px;
}

#contenitore {
	height: 0px;
}