@charset "utf-8";

.invalid {
	color:red;
}

.notice {
	color: black;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
}

.error {
	color:red;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:smaller;
}