@charset "utf-8";
/* CSS Document */

/* validation errors on reg and login forms */
.mainForm label.error{
	color:red;
	width: auto;
}

.newsletterForm label.error{
	color:red;
	width: auto;
}

.green{
	color: #008000;
}