

/**************************************************************

	Validate
	v 2.1

**************************************************************/

#fcontacto .red, #enviaramigo .red {
	border: 1px solid red;
}


#fcontacto .customRed {
	border: none;
	color: red;
}


#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin-bottom: 10px;
	color: red;
	font-weight: bold;
	display: none;
}

.errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.8em;
}


/*************************************************************/
