/* CSS Document */

a:link {
	color: #00599C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00599C;
}
a:hover {
	text-decoration: underline;
	color: #00599C;
}
a:active {
	text-decoration: none;
	color: #00599C;
}

body {
	margin: 0;
	padding: 0; 
	text-align: center;
	background: #FFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	}

/* CONTENUTO */
#centrato {
	width:810px;
	margin: auto;
	text-align: left;
	}

fieldset{
    border: none;
    padding-bottom:20px;}

/*Button*/
.buttonSubmit {
	height: 26px;
	width:100px;
	color:#FF9900;
	font-weight:bold;
	font-size:16px;
	padding:2px;
	background:#FFF;
	border: 1px #FF9900 dotted;
	cursor:pointer;
}
.text {
	height: 26px;
	width:800px;
	color:#FF9900;
	font-size:16px;
	background:#FFF;
	border: 1px #FF9900 dotted;
	text-align:center;
}

.indietro {
	padding-top:5px;
	margin-top: 100px;
	height: 48px;
	width:800px;
	color:#FF9900;
	font-size:16px;
	background:#FFF;
	border: 1px #FF9900 dotted;
	text-align:center;
}




.link {
	height: 26px;
	width:100px;
	color:#FF9900;
	font-weight:bold;
	font-size:16px;
	padding:2px 10px;
	background:#FFF;
	border: 1px #FF9900 dotted;
	cursor:pointer;
}

.bordo_tab {
border: 1px #FF9900 solid;



