/**
 * Progetto		Fondazione Claudio Buziol
 * @Author:		Malavasi Daniele
 * @Version:	1.0
 * @Start:		11-03-2008
 */
 

// Campi di input

input.inputText {
	font-weight:		normal;
	font-size:			8pt;
	color:				#000;
	text-transform: 	none;
	border:				1px solid #000;
	background: 		transparent;
}

textarea.inputText {
	font-family: 		Helvetica;
	font-weight:		normal;
	font-size:			8pt;
	color:				#000;
	text-transform: 	none;
	border:				1px solid #000;
	background: 		transparent;
}

select.inputText {
	font-size:			8pt;
	color: 				#FFFFFF;
}

