/* SpryFormValidation.css - Revision: Spry Preview Release 1.4 */

/*TEXTE ERROR*/
.textareaRequiredMsg, .textareaRequiredMsg3, .textareaInvalidFormatMsg, .textareaMinCharsMsg, .textareaMaxCharsMsg {
	display:none;
}


.textareaRequiredState .textareaRequiredMsg, .textareaInvalidFormatState .textareaInvalidFormatMsg, .textareaMinValueState .textareaMinValueMsg, .textareaMaxValueState .textareaMaxValueMsg, .textareaMinCharsState .textareaMinCharsMsg, .textareaMaxCharsState .textareaMaxCharsMsg {
	display:block;
	margin-left:0px;
	margin-bottom:10px;
	line-height:12px;
	color:#bb1b1b;
	font-size:12px;
	font-weight:normal;
	width:320px;
}
*html .textareaRequiredState .textareaRequiredMsg {
	display:block;
	margin-left:5%;
	margin-bottom:10px;
	line-height:12px;
	color:#bb1b1b;
	font-size:12px;
	font-weight:normal;
	width:320px;
}
.countsprytextarea{	
	display:block;
	margin-bottom:25px;
	line-height:12px;
	color:#d40072;
	font-size:10px;
	font-weight:normal;
	width:230px;
}
