/**************************************/
/* FORMS */
/**************************************/

TABLE.contactFormTB {
	width: 680px; 
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	/*border-bottom: 1px solid #fff;*/
	/*float: right;*/
}
	TABLE.contactFormTB TD {
		padding: 1px;
	}
	TABLE.contactFormTB TD.labels {
		width: 90px; 
		font-size: 12px;
		text-decoration: none; 
		font-weight: normal;
		text-align: right;
		vertical-align: middle;
		padding-right: 10px;
		/*color: #000;
		padding-right: 15px;*/
	}
	TABLE.contactFormTB TD.inputs {
		width: 250px; 
		padding-left: 0px;
		padding-right: 10px;
		text-align: left;
	}

	
.privacyStatement {
	width: 300px; 
	margin-left: 20px;
	margin-top: 10px;
	font-size: 12px;
	color: #fff;
	text-align: left; 
	vertical-align: top; 
	border: 0px solid #000;
}
.privacyStatement A:link, .privacyStatement A:visited { color: #33BBBF; text-decoration: none; }
.privacyStatement A:active, .privacyStatement A:hover  { color: #33BBBF; text-decoration: underline; }


.mailSent {
	/*background-color: #FFFFFF;*/
	color: #fff;
	width: 680px; 
	text-align: left;
	margin: 0px 0px 0px 0px;
	border: 0px solid #fff;
}
.mailSent A:link, .mailSent A:visited { color: #33BBBF; text-decoration: none; }
.mailSent A:active, .mailSent A:hover  { color: #33BBBF; text-decoration: underline; }


.form {
	font-size: 12px;
	color: #000;
	line-height: normal;
	width: 220px;
	height: 18px;
	border: 1px solid #E1E1E1;
	background-color: #ffffff;
	padding: 1px 2px 1px 4px;
}
.formSearch {
	font-size: 12px;
	color: #000;
	line-height: normal;
	width: 120px;
	height: 18px;
	border: 1px solid #E1E1E1;
	background-color: #ffffff;
	padding: 1px 2px 1px 4px;
}

.formarea {
	font-size: 12px;
	color: #000000;
	line-height: normal;
	width: 300px;
	height: 120px;
	border: 1px solid #E1E1E1;
	background-color: #ffffff;
	padding: 4px;
}

.pulsanti {
	width: 100px; 
	height:21px; 
	/*font-size: 10px; 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; 
	text-align: center;
	vertical-align: middle;
	padding: 2px 0px;
	margin-top: 10px;
	background-color: #40498E; 
	border-top: 1px solid #f1f1f1; 
	border-right: 1px solid #999999; 
	border-bottom: 1px solid #999999; 
	border-left: 1px solid #f1f1f1; */
}
