@charset "utf-8";
/* Form Validation Styles*/

.valid_field{
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #330099;
	text-decoration: none;
}

.error_field{
	background-color: #E1D9F0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #330099;
	text-decoration: none;
}

.error_message{
	color: #C00;
	font-weight: bold;
}

.confirmation_message{
	color: #090;
	font-weight: bold;
}
