

/**************************************************************

	Validate
	v 2.1

**************************************************************/

#ffcontatti {
	padding: 5px;
}

#ffcontatti p {
	margin-bottom: 5px;
}

#ffcontatti label {
	float: left;
	width: 100px;
}

#ffcontatti input, #ffcontatti textarea, #ffcontatti select {
	
}

#ffcontatti .red {
	border: 1px solid red;
}

#ffcontatti label.red {
	border: none;
	color: red;
}

#ffcontatti .customRed {
	border: none;
	color: red;
}

#ffcontatti #submit {
	margin-left: 100px;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

#ffcontatti .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}


/*************************************************************/
