
.uniForm .el1 {
	background:#191919;
}

.uniForm .el2 {
	background:#202020;
}

.uniForm .messaggio {
}	

.uniForm .focused {
	background: #363636;
}

.uniForm .inlineLabels label, .uniForm .inlineLabels .label {
	color: #a39996;
	font-size:11px;
	width: 35.5%;
	padding-top:5px;
}

.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 {
	border:1px solid #493e39;
	background:#191919;
	color:#777;
	width: 60%;
	margin:2px;
}

.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:#8c756c;
	background:#181818;
	color:#FFF;
}

.uniForm button {
	color: #a39996;	
	background:#262626;	
	margin-right:2px;
}
.uniForm button:hover {
	color: #fff;
	background:#444;
}

.uniForm .privacy{
	margin-top:12px;
}

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