/**************************************/
/* FORMS */
/**************************************/
/*
DIV.contentsForm { 
	width: 740px;
	height: 300px;
	position: relative;
	top: 0px;
	overflow: auto;
	border: 1px solid #000;
	background-image: url(../../graphics/iframe_bg_1.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}*/

TABLE.contactFormTB {
	width: 720px; 
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
	TABLE.contactFormTB TD {
		padding: 2px 0px 2px 0px;
	}
	TABLE.contactFormTB TD.labels {
		width: 100px; 
		text-decoration: none; 
		font-weight: normal;
		text-align: left;
		vertical-align: middle;
		padding-left: 0px;
		font-weight: normal;
		/*color: #6E5D2F;
		padding-right: 15px;*/
	}
	TABLE.contactFormTB TD.inputs {
		width: 260px; 
		padding-left: 0px;
		padding-right: 0px;
		text-align: left;
	}
	TABLE.contactFormTB TD.privacyStatement {
		padding-top: 6px;
		text-align: left;
		vertical-align: top;
	}
	/*TABLE.contactFormTB TD.inputSmall {
		width: 60%; 
		padding: 2px 0px 2px 0px;
		text-align: left;
		font-weight: bold;
		color: #40498E;
		text-decoration: none; 
	}*/
	
	
div#privacyStatement {
	width: 322px !important; 
	width: 330px; 
	font-size: 12px;
	/*background-color: #C5D0EC;
	border: 1px solid #E73F35;
	color: #fff;*/
	margin-top: 8px;
	padding: 4px;
}
div#privacyStatement A:link, div#privacyStatement A:visited { font-weight: bold; text-decoration: none; }
div#privacyStatement A:active, div#privacyStatement A:hover { font-weight: bold; text-decoration: underline; }
	
	
.pulsanti {
	width: 100px; 
	height: 21px; 
	
	/*color: #FFF;
	border-top: 1px solid #FFF; 
	border-right: 1px solid #4D4D4D; 
	border-bottom: 1px solid #4D4D4D; 
	border-left: 1px solid #FFF; 
	background-color: #3A61BB; 
	font-size: 10px; 
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none; 
	text-align: center;
	vertical-align: middle;
	padding: 2px 0px;
	margin-top: 10px;
	*/
}

.form {
	font-size: 12px;
	color: #000;
	line-height: normal;
	width: 240px;
	height: 20px;
	border: 1px solid #303030;
	background-color: #ffffff;
	padding: 1px 2px 1px 4px;
}
/*
.formLogin {
	font-size: 12px;
	color: #000;
	line-height: normal;
	width: 180px;
	height: 20px;
	border: 1px solid #303030;
	background-color: #ffffff;
	padding: 1px 2px 1px 4px;
}*/

.formarea {
	font-size: 12px;
	color: #000;
	line-height: normal;
	width: 600px;
	height: 130px;
	border: 1px solid #303030;
	background-color: #ffffff;
	padding: 4px;
}



.mailSent {
	/*background-color: #FFFFFF;*/
	width: 700px; 
	text-align: left;
	margin-top: 20px;
	margin-left: 0px;
	margin-bottom: 20px;
	border: 0px solid #E73F35;
}



