

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

	Validate
	v 2.1

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

#ddfm .red {
	border: 1px solid red;
}

#ddfm label.red {
	border: none;
	color: red;
}

#ddfm .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;
}

#ddfm .errorMessage {
	color: red;
	margin:0 30px 5px 0;
	float:right;
	font-size: 0.8em;
}


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