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

TABLE.contactFormTB {
	/*width: 100%;*/
	width: 680px; 
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
	TABLE.contactFormTB TD.head {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
	TABLE.contactFormTB TD {
		padding: 3px;
	}
	TABLE.contactFormTB TD.labels {
		width: 90px; 
		text-decoration: none; 
		font-weight: normal;
		text-align: left;
		vertical-align: middle;
		/*padding-left: 0px;
		color: #40498E;
		padding-right: 15px;*/
	}
	TABLE.contactFormTB TD.inputs {
		width: 250px; 
		padding-left: 0px;
		padding-right: 0px;
		text-align: left;
	}
	TABLE.contactFormTB TD.privacyStatement {
		width: 240px;
		padding-top: 0px;
		padding-left: 4px;
		text-align: left;
		vertical-align: top;
		border: 0px solid #000;
	}
	/*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: 310px !important;
	width: 320px;*/
	width: 99%;
	position: relative;
	margin-top: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding: 5px;
	text-align: left; 
	vertical-align: top; 
	font-size: 11px;
	color: #000; 
	border: 1px solid #7E7E7E;
	background-color: #fff;
}
div#privacyStatement a:link, div#privacyStatement a:visited { color: #000; }
div#privacyStatement a:active, div#privacyStatement a:hover { color: #7E7E7E;  }
	
.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; */
}

	

.form {
	width: 90%;
	height: 24px;
	font-size: 13px;
	color: #fff;
	line-height: normal;
	/*width: 230px;*/
	margin-bottom: 10px;
	border: 1px solid #978E7E;
	background: #000 url( ../../../graphics/bg_slidingBox.gif ) repeat-x left top;
	padding: 1px 2px 1px 4px;
}

.formSmall {
	width: 120px;
	height: 18px;
	font-size: 13px;
	color: #000000;
	line-height: normal;
	border: 1px solid #978E7E;
	background: #000 url( ../../../graphics/bg_slidingBox.gif ) repeat-x left top;
	padding: 1px 2px 1px 4px;
}

formXSmall {
	width: 80px;
	height: 18px;
	font-size: 13px;
	color: #000000;
	line-height: normal;
	border: 1px solid #978E7E;
	background: #000 url( ../../../graphics/bg_slidingBox.gif ) repeat-x left top;
	padding: 1px 2px 1px 4px;
}

.formarea {
	width: 99%;
	height: 120px;
	font-size: 13px;
	color: #fff;
	line-height: normal;
	margin-bottom: 10px;
	border: 1px solid #978E7E;
	background: #000 url( ../../../graphics/bg_slidingBox.gif ) repeat-x left top;
	padding: 4px;
}

img.secureImg {
	width: 120px; 
	height: 40px;
	margin-bottom: 10px;
	border: 1px solid #D7D7E3;
}

