body{
	margin: 0px auto;
	padding: 0px;
	width:780px;
	font-family: 'Myriad Pro', 'Trebuchet MS', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#title{
	font-style: normal;
	width:780px;
}

h1 {
	font-size: 56px;
	font-weight: bold;
	text-align: right;
	margin: 20px 0;
}

h2 {
	text-align: right;
	margin: 20px 0;
}

#indexContent {
	width: 780px;
	height: 500px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(img/white.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align:center;
}

#infoContent {
	width: 780px;
	height: 700px;
	margin: 0px auto;
	padding: 0px;
	background-image: url(infobk.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#indexright{
	float: right;
	width: auto;
}

#infoText{
	float: right;
	width: 350px;
	padding-top: 300px;
	margin-right: 280px;
	border: 1px solid #000;
	font: "Courier New";
	font-size: 10px;
}

#indexFooter{
	position: static;
	clear: both;
	width: 100%;
	margin: 0px;
	border: 0px;
	color: #000;
	font-size: 9px;
	text-align: center;
}
a:link,a:visited{
	text-decoration:none;
	font-size:12px;
	color:#000000;
}
a:hover{
	text-decoration:underline;
}
#infoContainer{
}

/*FORM*/
.sendMailForm{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#404040;
	background:#FFF;
	width: 500px;
	height: 450px;
	padding: 30px 0px 0px 30px;
	background-image:url(blue.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.textinput {
	width:236px;
	height:16px;
	margin: 0px 0px 6px;
	background:url(bkform.gif) no-repeat left top;
	border:none;
	padding:3px 8px 3px 8px;
}

.textareainput {
	width: 446px;
	height: 173px;
	margin: 0px 0px 6px;
	background:url(bktext.gif) no-repeat left top;
	border: none;
	padding: 3px 8px 3px 8px;
}

.buttonSubmit {
	width:69px;
	height:26px;
	color:#FFF;
	font-weight:bold;
	margin-top: 20px;
	padding: 2px 5px;
	background:url(../../../../Dati%20applicazioni/Macromedia/Dreamweaver%20MX%202004/Configuration/ServerConnections/ipalo.it/ipalo.it/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}