@charset "UTF-8";

/* CSS Document */

/* Overrides some of the default styles 
   for widget error messages to include images
----------------------------------------------- */


/* Services Page */
#services .textfieldRequiredState .textfieldRequiredMsg, 
#services .textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
#services .textfieldMinValueState .textfieldMinValueMsg,
#services .textfieldMaxValueState .textfieldMaxValueMsg,
#services .textfieldMinCharsState .textfieldMinCharsMsg,
#services .textfieldMaxCharsState .textfieldMaxCharsMsg
{
	color: #CC0000;
	border: 0;
	display: block;
	margin: -1.2em 1.5em 0;	
	text-align: right;
}

#services .textareaRequiredState .textareaRequiredMsg,
#services .textareaMinCharsState .textareaMinCharsMsg,
#services .textareaMaxCharsState .textareaMaxCharsMsg
{
	color: #CC0000;
	border: 0;
	display: block;
	margin: -1.2em 1.5em 0;	
	text-align: right;
}

/* Contact Page */
#contact .textfieldRequiredState .textfieldRequiredMsg, 
#contact .textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
#contact .textfieldMinValueState .textfieldMinValueMsg,
#contact .textfieldMaxValueState .textfieldMaxValueMsg,
#contact .textfieldMinCharsState .textfieldMinCharsMsg,
#contact .textfieldMaxCharsState .textfieldMaxCharsMsg
{
	color: #CC0000;
	border: 0;
}

#contact .textareaRequiredState .textareaRequiredMsg,
#contact .textareaMinCharsState .textareaMinCharsMsg,
#contact .textareaMaxCharsState .textareaMaxCharsMsg
{
	color: #CC0000;
	border: 0;
}
