/* CSS Document */

#nameError, #emailError, #commentError {
	display: none;
	color: #DF0000;
	font-size: 12px;
}

.errorText {
	color: #DF0000;
	font-size: 16px;
}