

.uniForm .alt1_form {}

.uniForm .alt2_form {}

.uniForm .messaggio {
	background: #f3f3f3;
}	

.uniForm .focused {
	background: #68C0D6;
}

.uniForm .inlineLabels label, .uniForm .inlineLabels .label {
	width: 35.5%;
	padding-top:3px;
	line-height:1.5em;
}

.uniForm .focused label, .uniForm .focused .label {
	color: #fff;
}

.uniForm .ctrlHolder {
	padding-left:10px;
	margin-bottom:8px;
}

.uniForm .inlineLabels .textInput, .uniForm .inlineLabels textarea, .uniForm .inlineLabels .selectInput {
	width: 60%;
	border: 1px solid #b4b4b4;
	margin:2px;
	background:url(../../img/form/input.gif) left top;
}

.uniForm .checkBox div {
	width: 62%;
}

.uniForm .inlineLabels .selectInput {
	width: 61.4%;
}

.uniForm .inlineLabels .textInput:focus, .uniForm .inlineLabels textarea:focus, .uniForm .inlineLabels .selectInput:focus {
	border-color:#757575;
	background-position:left 400px;
}

.uniForm button {	
	font-family:Arial, Helvetica, sans-serif;
	margin-right:2px;	
	background:url(../../img/form/btn.gif) no-repeat left top;
	color: #00457c;
	height:22px;
	width:60px;	
	padding-top:1px;
}

.uniForm button:hover {	
	background-position:left bottom;
	color: #00457c;
}


/* messaggio di rispota alla spedizione */
.uniForm .message{
	color: #0E80B1;
	
}
