
fieldset{

}

.uniForm {
}

.uniForm .messaggio {
	background: #f1f1f1;
}	

.uniForm .focused {
	background: #398db4;
}

.uniForm label, .uniForm .label {
	width: 34.2%;
	padding-top:6px;
}

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

.uniForm .ctrlHolder {
	padding:4px;
	padding-left:12px;	
}

.uniForm .textInput, .uniForm textarea, .uniForm .selectInput {
	width: 59.4%;
	float:right;
	margin:2px;
	margin-left:0;
	border:1px solid #819fba;
}

.uniForm .textInput:focus, .uniForm textarea:focus, .uniForm .selectInput:focus {
	
	border:1px solid #fff;
}
/* messaggio di rispota alla spedizione */
.uniForm .message{
	color: #a10000;
}


.uniForm .ctrlHolder div {
	width: 78%;
	padding-top:3px;
}

