/*--------------------------------------form----------------------------------------*/

form{
	position:relative;
	/*display:inline-block; serve per contenere i float con le varie versioni di ie*/
	overflow:auto;/*serve per contenere i float con i browser più moderni*/
	margin:0;
	padding:0;
}

fieldset{
	position:relative;
	width:388px;
	float:left;
	border:1px solid #fff;
	padding:2px 5px 10px 5px;
	margin:0 0 10px 0;
	}
	
*:first-child+html legend{/*solo per ie7*/
	margin-left:-7px;
}
	
legend strong{
	border:none;
	padding:0;
	margin-left:0;
	color:#1e6bac;
	text-decoration: none;
	font:bold 14px "Trebuchet MS", Arial, Verdana;
	letter-spacing:1px;
	}

fieldset div{
	border:none;
	margin:0;
	padding:0;
	float:left;
	}

label{
	border:none;
	float:left;
    display: inline;
	margin-left: 0;
	width:150px;
	height:18px;
    line-height:18px;
	}

input{
	float:left;
	border:none;
	margin:2px 0 0 5px;
	padding:0 3px;
	width:auto;
	height:18px;
	background:#c5d7ed;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#2b689e;
	}
	
select{
	float:left;
	border:none;
	margin:2px 0 0 5px;
	padding:0 3px;
	width:auto;
	height:20px;
	background:#d9c181;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#2b689e;
	}
	
textarea{
	float:left;
	border:none;
	background:#c5d7ed;
	margin:2px 0 0 0;
	padding-left: 5px;
	width:378px;
	height:128px;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#2b689e;
	}
	
.bottone{
	margin:2px 0 0 0;
	padding:0;
	height:18px;
	border:none;
	background: #d13a1d;
	font:bold 14px "Trebuchet MS", Arial, Verdana;
	color:#fff;
	letter-spacing:0.65pt;
	text-transform:uppercase;
	cursor:pointer;
	}
	
label.piccolo{
	width:30px;
	height:15px;
    line-height:15px;
	}
	
label.medio{
	width:60px;
	height:15px;
    line-height:15px;
	}
	
input.radio{
	background:none;
	border:none;
	margin:1px 10px 0 0;
	}
	
textarea.info{
	height:105px;
	background:#c5d7ed;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#798ea7;
	}
	
textarea.infoemail{
	height:74px;
	border-color:#c9be96;
	background:#e3d7a9;
	font:normal 12px "Trebuchet MS", Arial, Verdana;
	color:#798ea7;
	}
